Enter your c++ instructions into a source file


Tea Time Company wants a program that allows a clerk to enter the number of pounds of tea ordered, the price per pound, and whether the customer should be charged $15 shipping fee. The program should calculate and display the total amount the customer owes. Use an int variable for the number of pounds, a double variable for the price per pound, and a char variable for the shipping information.

Enter your C++ instructions into a source file named Introductory11.cpp. Also enter appropriate comments and any additional instructions required by the compiler. Display the total amount owed in fixed-point notation with two decimal places.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Enter your c++ instructions into a source file
Reference No:- TGS0121047

Expected delivery within 24 Hours