Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Implementation of all the variables should be template-based and should work for all the primitive data types (for which == operator is available). 1.Write a

Implementation of all the variables should be template-based and should work for all the primitive data types (for which == operator is available).

1.Write a C++ program that creates a program for a new ice cream vendor called LeCream. The management of LeCream has decided that they are going to sell their ice cream in 7 different flavors namely chocolate, vanilla, strawberry, mango, tutti frutti, almond crunch and coffee. Carefully design the program by observing the following rules. LeCream is charging Rs 100 for two scoops and Rs 150 for three scoops. Hence you will need a function to determine the number of scoops and based on that the price. If a user enters more than three scoops your program should display invalid input and it should exit. LeCream allows its customers to purchase a vanilla wafer with their ice cream. If the customer wants to purchase the wafer he will have to pay an additional Rs 10. This amount should be added to the total amount payable by the user. If the customer asks for chocolate flavor then he will have to pay an additional amount i.e. Rs 120 for two scoops and Rs 180 for three scopes. Design a function that will be called if the customer chooses flavored ice cream. The program should show a menu that asks the customer for his requirements and then displays the final payable amount with full details about the flavor, number of scoops and wafer.

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

Time Series Databases New Ways To Store And Access Data

Authors: Ted Dunning, Ellen Friedman

1st Edition

1491914726, 978-1491914724

More Books

Students also viewed these Databases questions

Question

What is meant by Career Planning and development ?

Answered: 1 week ago

Question

What are Fringe Benefits ? List out some.

Answered: 1 week ago