Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

5. Make the modifications to the switch statement and compile, debug, and run. You should now be able to get crust types other than Hand-tossed.

image text in transcribed
5. Make the modifications to the switch statement and compile, debug, and run. You should now be able to get crust types other than Hand-tossed. Run your program multiple times to make sure all cases of the switch statement operate correctly Task #4 Using a Flag as a Condition 1Write an if statement that uses the flag as the condition. Remember that the flag is a Boolean variable, therefore is true or false. It does not have to be compared to anything. The body of the if statement should contain two statements: a) A statement that prints a message indicating that the user is eligible for a $2.00 discount. b) A statement that reduces the variable cost by 2 Supply the lines of code heze Compile, debug, and run. Test your program using the owners' names (both capitalized and not) as well as a different name. The discount should be correctly at this time Task #5 Formatting Numbers Use a combination of printf statements to format output as currency

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions