Write a program to display the bill for the cashier

Assignment Help C/C++ Programming
Reference no: EM132088635

Now change the pricing in the Part I program to include the following price changes and adjustments. Category Price Adjustment Children $12.00 For every 4 children, one is free. This means that for every 4 tickets purchased, the 4th ticket is free.

(This is a one statement calculation.) Adult $26.50 The adult cost (not the price) is reduced by $3 if there are more than 5 adults. Add the total number of tickets to the display. All groups with more than 20 people or 14 or more children must pay a $15.00 security fee.

Add the security fee to the total bill. Only display the security fee if it's not zero.. Add a pretest while loop so the program executes until the user enters -1 for the child ticket value.

See the pretest loop example in the Chapter Two Repetition Notes. Review the example that uses price to determine how the loop executes. Add a posttest do loop to verify that the cash entered is enough to pay the bill. If it is not, display a message and request the cash again. Add a confirmation number to the receipt.

The first number should be 100 and then add 1 for each new receipt.

There is a concept in programming called single-entry/single-exit. The path for any loop or if structure should enter at the same place and exit at the same place. Do NOT use a break or continue statement to jump out a loop.

I know there is more than one right way to code a solution, but I want you to use the pretest while loop.

With a pretest while loop, you get the sentinel value (children tickets) before the while and at the end of the loop.

Write a C++ program for an amusement park to display the bill for the cashier. The pricing schedule is as follows:

Category Price Children $ 12.00 each Adults $ 20.50 each Write a program that accepts the number of people in each of the two age categories, performs the necessary computations, and displays a bill for the group's admission similar to the display below.

After displaying the total bill, the program requests the cash received and calculates the change. Be sure to test for a variety of values.

You may assume the cash payment is equal to or greater than the total bill. Use the amuseOne.cpp file as a template for this project.

Reference no: EM132088635

Questions Cloud

Organ transplantation can be used to replace injured : Organ transplantation can be used to replace injured or diseased organs such as the skin, heart, lungs, liver, kidneys, or pancreas
Diet to promote wound healing : Explain why protein would be an important part of his diet to promote wound healing.
Implications for strengthening these muscles : Then repeat with the knees flexed approximately 20 degrees. Which exercise position appears to be more difficult
Extension limit the ability to accomplish full knee flexion : Does maintaining excessive hip extension limit the ability to accomplish full knee flexion?
Write a program to display the bill for the cashier : With a pretest while loop, you get the sentinel value (children tickets) before the while and at the end of the loop.
What is the scapular feature : What is the scapular feature to which the clavicle connects?
Display all numbers in this computation using labels : If the second number is NOT a zero, do the operation, display all numbers in this computation using labels, and add them to the results.txt file.
Electrolyte balance is very important in our body : "Electrolyte balance is very important in our body. When our electrolytes are out of balance, it negatively affects other systems
Electrolyte control the functionality of a body system : Pick a system of the body and research the effects of an electrolyte imbalance. How can something as simple as an electrolyte control the functionality of a bod

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Describe four features of a map data structure

Describe the problems that may be encountered when computing the hash codes for adding objects into a simple array implementation of a hash table.

  Write a program that reads an unspecified number of numbers

Write and run a program that reads an unspecified number of numbers and then prints them together with their deviations from their mean.

  Section instance variables and encapsulation

What is the public interface of the counter class in section instance variables and encapsulation?

  Build a randomly generated simple substitution cipher

Design, implement and test classes in C++ Apply and implement ? overloaded? operators and functions Design and implement classes using inheritance

  Implementation of the black-scholes

Sys-Computation Finance ISyE 6767 - Consider an option portfolio consisting of a long position in the call option in problem 1 with τ = 0.5 and a short position in a call option with a different time to expiration

  Proposals using the calculations above to explain

Jamie Oliver is considering expanding his restaurant trade. He has the following two proposals to consider. A minimum of a 12% return on investment is required from the recommended project.

  Create a program that outputs the result of the formula

Create a program that uses the same formula above to output the result; this time, however, prompt the user for the values a, b, x, and y. Use appropriate variable names and naming conventions.

  Please low is studentgrade class problem

1.Please low is StudentGrade class problem, please modify it so that all methods are marked const that can be. Make sure you have a constructor that accepts all data values. Create a simple main function that declares a constStudentGrade object and d..

  Consider the following class denition this class is

consider the following class denition. this class is considered to be in an inconsistent state if the isconsistent

  Create an array of objects from the provided code

Create an array of objects from the provided code and run a for loop to assign strings and numbers. In this assignment, I will need to see the main function. Make sure there is a default constructor.

  Write a program to read an array of sorted integers

Write a program in C++ to read an array of sorted integers. Search for a value using binary search method. If the element is found, print its location else print element not found

  How many times is the copy constructor called

In the subsequent code how many times is the copy constructor called in the given code?

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd