Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Uncle Bob knows that you have been taking computer science classes and wants you to design a program for his small-town grocery store. He doesn't

Uncle Bob knows that you have been taking computer science classes and wants you to design a program for his small-town grocery store. He doesn't use bar codes and fancy equipment. He just wants to be able to input a cost for an item and whether or not both the taxes are applied to it.

He wants the values to be stored so that they can be printed out later. He has drawn up his idea of what he thinks his input and output should look like:

cost? 7.70 tax? (y/n) y cost? 5.23 tax? (y/n) n cost? 8.90 tax? (y/n) y cost? 11.21 tax? (y/n) y cost? 6.32 tax? (y/n) n For your review, here are your values: Cost Tax 7.70 0.77 5.23 0.00 8.90 0.89 11.21 1.12 6.32 0.00 ------------------ 39.36 2.78 Your total bill is: 42.14

Your task is to implement Uncle Bob's idea. To keep things simple, you can assume that each "customer" will have five items, and that the "teller" will never make a mistake typing. (O.K, these are pretty unbelievable, but we are trying to keep it simple)

Write the code in c++.

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

More Books

Students also viewed these Databases questions

Question

Types of cultural maps ?

Answered: 1 week ago

Question

Discuss the various types of leasing.

Answered: 1 week ago

Question

Define the term "Leasing"

Answered: 1 week ago

Question

What do you mean by Dividend ?

Answered: 1 week ago

Question

Explain the forces that influence how people handle conflict

Answered: 1 week ago