Computer Science, asked by mastann222, 3 months ago

for(digit = 0; digit < 9; digit++) { digit = 2*digit; digit - -; } How many times the loop will be executed?​

Answers

Answered by sonowalsuraj67
3

Explanation:

0; digit < 9; digit++) { digit = 2*digit; digit - -; } How many times the loop will be executed

Answered by ismailmulla071
0

Answer:

4 times loop will b executed

Similar questions