Program ( selection statement )
Write a "Temperature Conversion" program.
Prompt the user to choose: 1) Centigrade to Fahrenheit, 2) Fahrenheit to centigrade.
Prompt the user for temp to convert.
Calculate new temp2. The calculation of the new temp2 depends on choice 1 or 2 above.
Print out temp2.
Be sure to use the C and F temp notation. (Hint: use decimal data types)
Use filename week3YourNameProg1Temp