Exercise:Finish the switch statement. Add the following cases: BMW, Ford and Peugeot.
Hint: Do not forget the colon after each case, and end the case with a break statement. |
Edit This Code:
Result:
|
Correct Code:
Correct Result:
|