CSC 160 - Computer Programming for Non-majors

Assignment #3 - Converting pounds to grams.

Thursday, September 10, 2015

Write a program that will allow the user to read in a weight in pounds and have it display the equivalent weight in grams.

Please be aware that one pound is equivalent to 454 grams.

Run the program with two or three input values. Copy and paste the output at the end of your program listing. Make sure that you have a comment describing what the program does and nother comment with the assignment number and your name.

[Back to the Assignment List]