I want to make a loop that will keep asking for an input until 0 is entered into the input. How would I go about doing this
j-green.10 0 Newbie Poster
Recommended Answers
Jump to PostYou probably want a 'do while' loop here. The condition of the loop should be if the input is not 0. The content of the loop should be to get the input and get it into a form that it can be compared with 0.
Give it a shot …
All 4 Replies
daviddoria 334 Posting Virtuoso Featured Poster
mrnutty 761 Senior Poster
rahul8590 71 Posting Whiz
jerry emmy -1 Newbie Poster
jonsca commented: What is this? -1
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.