If we do not specify the increment / decrement statement in loop, it becomes an
Answers
Answered by
0
Answer:
decrement statement in loop, it becomes an
.
Explanation:
Answered by
0
If in doubt, print it out
If we get the increment wrong the loop may never end, we will have entered an "infinite loop". The program will start and just never end or get on to the next statement. For example we have have mistakenly written: exponent = exponent + 1; // Wrong!
Similar questions