The C++ code in Figure 6-39 should display one of the four messages listed in the figure.

Question:

The C++ code in Figure 6-39 should display one of the four messages listed in the figure. The appropriate message is based on the level entered by the user. Correct the errors in the code. 

Level 1 or 2 Message Bronze 3 Silver 4 or 5 Gold Other Invalid ID int level = 0; %3D cout « » level; switch (level) { case 1: case 2: cout" style="" class="fr-fic fr-dib">

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: