for(digit = 0; digit < 9; digit++) { digit = 2*digit; digit - -; } How many times the loop will be executed?
Answers
Answered by
3
Explanation:
0; digit < 9; digit++) { digit = 2*digit; digit - -; } How many times the loop will be executed
Answered by
0
Answer:
4 times loop will b executed
Similar questions