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 221 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 221 book.
Multiply the values and store in a variable. This will represent the cost of the purchase.
Create and set a variable =.053(representing a tax of 5.3%)
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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!