1.

1 point 10. How many times will the body ofthe following loop be executed?12345n = 0while n > 0 :print('Lather')print('Rinse')print('Dry off!')​

Answer» ONG>Answer:

4 Times will the BODY of the FOLLOWING LOOPS



Discussion

No Comment Found