C-18-Q052mediumsingle_mcq
If the program forgot to write count=count+1, what would happen?
If the program forgot to write count=count+1, what would happen?
- aThe sum becomes 0
- bThe loop runs forever (infinite loop)
- cThe sum becomes 100
- dA NameError is raised