Write a program that informs a user of their meal charge. Create a variable and assign it a value for the meal charge (e.g. $32.95). The program should then compute the tax and tip on the restaurant bill. The tax should be 6.75 percent of the meal cost. The tip should be 20 percent of the total after adding the tax. Display the meal cost, tax amount, tip amount, and total bill on the screen.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter9: Completing The Basics
Section: Chapter Questions
Problem 7PP
icon
Related questions
Question

INTRODUCTION: In this assignment, you will demonstrate how to write simple programs that get input from the user, produce output, and perform simple calculations.

HOW TO SUBMIT YOUR ASSIGNMENT

At the top of each of your C++ programs, you should have at least four lines of documentation:

Program name (the C++ file name(s)), Author (your name), Date last updated, and Purpose (a brief description of what the program accomplishes). Here is an example:

/* Program name: jbtictactoe.cpp
*  Author: John Doe
*  Date last updated: 5/1/2017
* Purpose: Play the game of Tic-Tac-Toe
*/

ASSIGNMENT: Restaurant Bill

Write a program that informs a user of their meal charge. Create a variable and assign it a value for the meal charge (e.g. $32.95). The program should then compute the tax and tip on the restaurant bill. The tax should be 6.75 percent of the meal cost. The tip should be 20 percent of the total after adding the tax.

Display the meal cost, tax amount, tip amount, and total bill on the screen.

To submit your assignment:

  1. Submit your source code file (*.cpp)
  2. Submit screen shots demonstrating your program works correctly. You may embed your screenshot in a document or submit it directly to this assignment.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Mathematical functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr