Question: WORK AREA Assume that price is an integer variable whose value is the price (in US currency) in cents of an item. Write a statement
WORK AREA Assume that price is an integer variable whose value is the price (in US currency) in cents of an item. Write a statement that prints the value of price in the form ** dollars and Y cents". So, if the value of price was 4321, your code would print "43 dollars and 21 cents". If the value was 501 it would print "5 dollars and ! cents". If the value was 99 your code would print *0 dollars and 99 cents! WORK AREA Assume that price is an integer variable whose value is the price (in US currency) in cents of an item. Write a statement that prints the value of price in the form ** dollars and Y cents". So, if the value of price was 4321, your code would print "43 dollars and 21 cents". If the value was 501 it would print "5 dollars and ! cents". If the value was 99 your code would print *0 dollars and 99 cents
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
