Question: Using an input statement, request the user enter an integer. The input statement should contain a message to the user ( user prompt ) indicating
Using an input statement, request the user enter an integer. The input statement should contain a message to the user user prompt indicating that the user should enter an integer to represent the number of CSC books purchased.
Using an input statement, request the user enter a float value. The input statement should contain a message user prompt to the user indicating the cost of the CSC book.
Multiply the values and store in a variable. This will represent the cost of the purchase.
Create and set a variable representing a tax of
Multiply the purchase cost by the tax value and store in a variable.
Add the calculated tax and the purchase and store in a variable to calculate the total cost.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
