Create a program that will accept integer values. The program will only stop accepting values if the number inputted is zero. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Create a program that will accept integer values. The program will only stop accepting values if the number inputted is zero.

24th Apr 2021, 3:02 PM
Angelica Aglibot
Angelica Aglibot - avatar
3 Answers
+ 6
That sounds more like a command rather than a question. Give it a try, you won't learn anything when you have other people doing your tasks. Hint: Use a do...while loop. I see you haven't even started C# tutorial, continue your study and you'll learn how to use loops 👍
24th Apr 2021, 3:09 PM
Ipang
+ 4
Hi! start solving this problem by writing an algorithm, sequence of actions and logic, or write a ready-made program using pseudocode, if you still do not know the syntax of the language well. then you will have to learn the necessary c# commands and voila! the program is ready!
24th Apr 2021, 3:15 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 1
Thank you for your advice.🥰
24th Apr 2021, 3:14 PM
Angelica Aglibot
Angelica Aglibot - avatar