Math, asked by ritabrata5, 6 months ago

find percentage of

1.54  \frac{1}{5}


Answers

Answered by samikshya2218
0

Answer:

Syntax for Nested While loop:

while(condition) {

while(condition) {

// statement of inside loop

}

// statement of outer loop

}

Similar questions