Question: Write a C++ code segment which declares a float variable, reads a list price of an item into that variable (from the keyboard), and then
Write a C++ code segment which declares a float variable, reads a list price of an item into that variable (from the keyboard), and then computes and displays the total amount due for that item, including 5% sales tax added to the list price. Doesn't matter the set the numbers you use.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
