Posts Tagged ‘41023’
Assume that price is an integer variable whose value is the price (in US currency) in cents of an item.
LANGUAGE: Visual Basic CHALLENGE: 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 “S dollars and Y cents”. So, if the value of price was 4321,k you code would print “43 dollars…
Read More