find percentage of
Answers
Answered by
0
Answer:
Syntax for Nested While loop:
while(condition) {
while(condition) {
// statement of inside loop
}
// statement of outer loop
}
Similar questions