Please help. I am having problems with validation in Java and myswitch/case is not allowing me to add another vehicle after I havedisplayed a vehicle. Cannot use scanner…
Items needed to validate:
–Vehicle VIN: exactly 10 characters (a combination of lettersand digits)
–Vehicle Make: all alphabetic
–Vehicle Model: letters and digits
Here is what I have so far:
OR
OR