C-18-Q037mediumsingle_mcq
To display the text ICT 3 times using a while loop, the counter is typically initialized as:
To display the text ICT 3 times using a while loop, the counter is typically initialized as:
- a
count=0thenwhile count<3 - b
count=1thenwhile (count<=3) - c
count=3thenwhile count<=0 - d
count=10thenwhile count==0