Question: how would I validate user input in java to be a string or integer? For example: If I asked 'Please enter the ingredient name?' and

how would I validate user input in java to be a string or integer? For example: If I asked 'Please enter the ingredient name?' and the user enters in the number 5 or '[' ---- I want the program to check the input and either say 'yes its valid' or 'no its not valid try again'

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!