Remove the break statements from each of the cases

Assignment Help Basic Computer Science
Reference no: EM132254089

How do you add an additional switch statement? i tried multiple times and i'm not sure if i don't understand braces enough but it didn't seem doable. also, I'm not sure what the teacher wants me to submit. This the problem. I'm not sure my code is right or wrong. Please someone explain to me this step by step. I really need help!!

This lab lets students work with the switch statement.

  • Remove the break statements from each of the cases. What is the effect on the execution of the program?
  • Add an additional switch statement that allows for a Passing option for a grade of D or better. Use the sample run given below to model your output.

Sample Run: What grade did you earn in Programming I? 

YOU PASSED!  An A - excellent work!

The following is the code to be used:

// This program illustrates the use of the Switch statement.

// PLACE YOUR NAME HERE

#include <iostream>

using namespace std;

int main()

{

char grade;

cout << "What grade did you earn in Programming I ?" << endl;

cin >> grade;

switch( grade ) // This is where the switch statement begins

{

    case 'A': cout << "an A - excellent work !" << endl;

    break;

    case 'B': cout << "you got a B - good job" << endl;

    break;

    case 'C': cout << "earning a C is satisfactory" << endl;

    break;

    case 'D': cout << "while D is passing, there is a problem" << endl;

    break;           

    case 'F': cout << "you failed - better luck next time" << endl;      

    break; 

    default: cout << "You did not enter an A, B, C, D, or F" << endl;

}

return 0;

}

 

This is my code

 

#include <iostream>

using namespace std;

int main()

{

char grade;

cout << "What grade did you earn in Programming I ?" << endl;

cin >> grade;

switch( grade )

{

   case 'A': cout << " You Passed! " << endl;

   break;

   case 'B': cout << " You got a B - Good Job! " << endl;

   break;

   case 'C': cout << " Earning a C is satisfactory" << endl;

   break;

   case 'D': cout << " while D is passing, there is a problem " << endl;

   break;

   case 'F': cout << " You failed " << endl;

   break;

   default: cout << "You did not enter an A, B, C, D, or F" << endl;

}

return 0;

}

Reference no: EM132254089

Questions Cloud

Turtle graphics to draw the concentric circles : Use turtle graphics to draw the following concentric circles: (1) two circles should be filled with different colors.
Define homeland recovery and continuity of operations : Define Homeland Recovery and Continuity of Operations, including a brief overview (1- or 2-sentence summary) of each of the four phases of COOP.
Why are the commit and rollback statements necessary : Explain their relationship to one of the transaction properties. Explain all four possible concurrency problems and provide examples of each.
Design one or two brands to appeal to each target segment : Design an advertisement for each brand - Design a mountain bike - Design one or two brands to appeal to each target segment, if you have not done so last
Remove the break statements from each of the cases : Remove the break statements from each of the cases. What is the effect on the execution of the program?
What the financial and psychological impacts are : Point out what the financial and psychological impacts are for murder victims or family members. In addition to your speech, you need to create a chart.
Discuss how equifax handled the security incident : Discuss the scope of consumers and businesses affected? Discuss how Equifax handled the security incident.
Selection practices contribute to high performance : How do recruitment and selection practices contribute to high performance in organization?
Do you think national polls impact peoples : Do you pay attention to polls? Do you think national polls impact peoples' views on a topic?

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Identifies the cost of computer

identifies the cost of computer components to configure a computer system (including all peripheral devices where needed) for use in one of the following four situations:

  Input devices

Compare how the gestures data is generated and represented for interpretation in each of the following input devices. In your comparison, consider the data formats (radio waves, electrical signal, sound, etc.), device drivers, operating systems suppo..

  Cores on computer systems

Assignment : Cores on Computer Systems:  Differentiate between multiprocessor systems and many-core systems in terms of power efficiency, cost benefit analysis, instructions processing efficiency, and packaging form factors.

  Prepare an annual budget in an excel spreadsheet

Prepare working solutions in Excel that will manage the annual budget

  Write a research paper in relation to a software design

Research paper in relation to a Software Design related topic

  Describe the forest, domain, ou, and trust configuration

Describe the forest, domain, OU, and trust configuration for Bluesky. Include a chart or diagram of the current configuration. Currently Bluesky has a single domain and default OU structure.

  Construct a truth table for the boolean expression

Construct a truth table for the Boolean expressions ABC + A'B'C' ABC + AB'C' + A'B'C' A(BC' + B'C)

  Evaluate the cost of materials

Evaluate the cost of materials

  The marie simulator

Depending on how comfortable you are with using the MARIE simulator after reading

  What is the main advantage of using master pages

What is the main advantage of using master pages. Explain the purpose and advantage of using styles.

  Describe the three fundamental models of distributed systems

Explain the two approaches to packet delivery by the network layer in Distributed Systems. Describe the three fundamental models of Distributed Systems

  Distinguish between caching and buffering

Distinguish between caching and buffering The failure model defines the ways in which failure may occur in order to provide an understanding of the effects of failure. Give one type of failure with a brief description of the failure

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd