Question: how do i write a program that takes the following input from the keyboard: Integer between 1 - 4 and Use an if else statement
how do i write a program that takes the following input from the keyboard: Integer between 1 - 4 and Use an if else statement to display the corresponding vehicle type ( 1 for unicycle, 2 for bicycle, 3 for three-wheeler, 4 for car) and Run the program and test it with sample input. Modify the program to perform the same task, but use a switch statement
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
