Q1 Single choice Mark for later Which iterative DO statement is invalid? A Do 100 to 1200 by 100; B Do num = 1.1 to 1.9 by 0.1; C Do year = 2000 to 2016 by 2; D Do reverse = 10 to 1 by -1; Correct answer