Click here to Skip to main content
15,903,201 members

Comments by CaseLost (Top 1 by date)

CaseLost 1-Oct-13 15:45pm View    
I just realized that I had to change them to value but when I ask for the dog's weight or age and the user puts in an invalid number the program tells the user "invalid" and shows the default number and instead of asking the user to put in a valid number and wait till he does it will just immediately jump to the next question. would I have to create a method that calls upon each question I ask and put it in the class it would correspond to?