Question: C++ C++ C++ !!! Given the pseudocode below, write the C++ code. (Be sure to only display 2 decimal places). Remember capitalized identifiers are constants.
C++ C++ C++ !!!
Given the pseudocode below, write the C++ code. (Be sure to only display 2 decimal places). Remember capitalized identifiers are constants. PROGRAM CharityTickets DECLARE Real TAX_RATE =0.023, PRICE =5.0, total DECLARE Integer quantity OUTPUT "How many tickets would you like to purchase?" INPUT quantity ASSIGN total (1+ TAX RATE ) OUTPUT "Thank you for donating to our charity! \ YYour total is: $$n, total END
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
