joshSawYou / CIS255_Vehicle

0 stars 0 forks source link

Data Entry - Door Count #8

Closed jwood36 closed 1 year ago

jwood36 commented 1 year ago

No Exception Handling around the input for Door Count.

joshSawYou commented 1 year ago

I added a switch case for the input of door count to where inputs 2 and 4 are accepted and the program moves forward. Otherwise, “Invalid choice. Acceptable door count options are 2 and 4. Vehicle creation failed." is printed.