blah blah blah is here! blah blah » Close

0
votes
1 answers

checking user input for invalid characters

i have a console application that asks user for their sales figures over a month. I have made the program reject entries below zero and ask the user to enter their sales figures again. But now I want the same thing to happen when the user e ...

Feedback