What is the output of the following code fragment?
int i=5;
switch(i)
{
case 0: i=15;break;
case 1: i=25;break;
case 2: i=35;break;
case 3: i=40;
default: i=0;
}
cout << i <
a. 15
b. 25
c. 35
d. 40
e. 0
f. 5
e. 0
You might also like to view...
The ________ displays Microsoft Office Backstage view.
a. File tab b. title bar c. navigation pane d. Ribbon
Which of the following is not true about introducing your presentation to your audience?
A) Your initial comments should focus on gaining the attention of the audience members. B) You should prepare the audience for any unusual activities you have planned, such as group work or a game. C) Have a clear preview sentence written down so it is easy to state. D) As you begin your presentation, you should let the audience know your purpose and provide them with an overview of your presentation.