AlphaWe3p0n54
New member
- Joined
- Sep 18, 2024
- Messages
- 2
- Programming Experience
- Beginner
I am a student and I am learning C# with visual studio 2022. I was tasked with creating a code featuring a do while loop. Everything i have in the code is going ok, but when i create the loop, it adds in the last number that is inputted that is used to exit out of the loop.
for instance:
how do i get the loop to exit out without counting the last line?
for instance:
how do i get the loop to exit out without counting the last line?