Previous
Variables and Types
6 / 6
Next
Capstone
Hint
Write a program that takes three inputs item
, price
, and amount
.
Print the total price for the amount of items bought.
For example, if the inputs are pen
, 1.45
and 2
,
then the output must be 2 x pen - 2.90
.
Help
Solve
Reset
Test results
Test result #
Expected output
Your output