How can i write it so that my program only accepts positive integers that are great than or = 0?
I want my program to ask "How many devices do you wish to add?"
And if a user enters a letter, or anything negative it will ask them to enter it again until they enter positive that is 0 or greater.
How do i tackle this?