#9 - While loops: Positive number until zero

Опубликовано: 14 Май 2026
на канале: Edujo
4,377
22

In this video I will demonstrate how to solve the following problem:
Ask the user to continuously enter a positive number until the user enters a zero. You will learn input sanitation (checking and ensuring the user only enters a positive number before the program continues).