Write a program that asks the user to enter a number of pounds, reads that value that the user typed, and then converts it to ounces and prints out the result. There are 16 ounces in a pound. In the following sample screen output, "4" is in bold to indicate that it is input by the user, not printed by the computer:
enter pounds: 4
4 pounds is 64 ounces
enter pounds: 4
4 pounds is 64 ounces