Name ________________________________
Write a program which converts a measurement from one system of units to another. Read a number (or numbers) in one system and output the equivalent number (or numbers) in the other system.
This is a programming course, not a course on measurement system conversions, so you can choose something easy -- eg, weeks to days, feet to inches, ...
You should read the input in a loop.