Question
Write a program in C that asks the user to choose his or her favorite ice cream flavor from a list of choices, which includes
Write a program in C that asks the user to choose his or her favorite ice cream flavor from a list of choices, which includes chocolate, vanilla, and strawberry. Requirements 1). If some choice other than what your list shows is entered, your program should display, Sorry, we dont carry that flavor. (Hint: what decision structure is good for multiple choices?) 2). If chocolate is chosen, then your program should determine which type, Double-Dark or Chocolate Fudge 3). After the selection is made, the program prints out the name of the flavor chosen and a message: name_of_flavor chosen. Good choice! a. Follow the program design process to develop the logic of your program. Document all six steps and generate pseudocode, include the approach you chose in your report. b. Verify that your program works properly. Document your test cases. c. Create a function to handle each state (Chocolate, Vanilla, and Strawberry)
(25 pts) Write a program in C that asks the user to choose his or her favorite ice cream flavor from a list of choices, which includes chocolate, vanilla, and strawberry Requirements 1). If some choice other than what your list shows is entered, your program should display, "Sorry, we don't carry that flavor". (Hint: what decision structure is good for multiple choices?) 2). If chocolate is chosen, then your program should determine which type, 'Double-Dark' or 'Chocolate Fudge' 3). After the selection is made, the program prints out the name of the flavor chosen and a message: "name_of flavor chosen. Good choice!" a. Follow the program design process to develop the logic of your program. Document all six steps and generate pseudocode, include the approach you chose in your report. b. Verify that your program works properly. Document your test cases. c. Create a function to handle each state (Chocolate, Vanilla, and Strawberry)Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started