Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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:

Need to include 2 functions in this program: fgets() and sscanf()

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!

Verify that your program works properly. Document your test cases

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Business Process Driven Database Design With Oracle PL SQL

Authors: Rajeev Kaula

1st Edition

1795532386, 978-1795532389

Students also viewed these Databases questions