Study the following program: i = 1: while True: if i%3 == 0: break print(i) Which of the following is the correct output of this program?

Question:Study the following program: i = 1: while True: if i%3 == 0: break print(i) Which of the following is the correct output of this program?

1.1 2 3

2.3 2 1

3.1 2

4.Invalid syntax


Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!