C-18-Q101mediumsingle_mcq
To compute the sum from 1 to 50 via a while loop, the loop header is:
To compute the sum from 1 to 50 via a while loop, the loop header is:
- a
while count<50 - b
while count<=50 - c
while count==50 - d
while count>=50
To compute the sum from 1 to 50 via a while loop, the loop header is:
while count<50while count<=50while count==50while count>=50