Computer Science, asked by nikhiprmod99, 9 months ago

write the various iteration statements in C++ with syntax​

Answers

Answered by sshifa0222
1

Answer:

while

Explanation:

while(condition) {

// loop of the body

}

Similar questions