Solve problem "Total cost" online - Learn Python 3 - Snakify

Total cost


Statement

A cupcake costs A dollars and B cents. Determine, how many dollars and cents should one pay for N cupcakes. A program gets three numbers: A, B, N. It should print two numbers: total cost in dollars and cents.
Advertising by Google, may be based on your interests

In all the problems input the data using input() and print the result using print().