Computer Science, asked by Dubz, 10 months ago

explain the following statements from loops code n=2 n=8 c++

Answers

Answered by shrawan85356
0

Answer:

f the condition is true, the statements written in the body of the while loop i.e., ... So, now the value of 'n' becomes 2. ... If it is false, the statement just after the for loop is executed. 

Similar questions