0
Create a program that will accept integer values. The program will only stop accepting values if the number inputted is zero.
3 Antworten
+ 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 👍
+ 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!
+ 1
Thank you for your advice.🥰