CSC 175 - Intermediate Programming

Dr. R. M. Siegfried

Assignment #3 - Converting Kilograms into Pounds

Due Wednesday, January 31, 2024

Write a program that allows the user to enter a weight in kilograms and will convert and display the same weight expressed in pounds.

Please that pounds = kilograms * 2.2

[Back to the Assignment Index]