Computer Science, asked by sanasiju, 8 hours ago

how do a nested while loop inside a for loop execute in java
if u give correct ans u will get 10 tha10nks, pls don't scam I will report u​

Answers

Answered by Anonymous
1

•\huge\bigstar  \sf{\underline{{\red{A}{\pink{n}{\color{blue}{s}{\color{gold}{w}{\color{aqua}{e}{\color{lime}{r}}}}}}}}}\huge\bigstar•

 \sf{in \: attchment}

Attachments:
Answered by dhanpati2121
1

Answer:

I hope it helps you!

Explanation:

A nested while loop is a while statement inside another while statement. In nested while loop, one itration of the outer loop is first executed after which the inner loop is executed. The execution of the inner loop continues till the condition described in the inner loop satisfied.

Similar questions