January 28, 2019
In Visual Studio, create a project named “Project01”. Write your name and the date in a delimited comment at the very beginning of your code.
In the main method,
An execution could give something like:
caubert would like to know your weight in kilograms. Please enter it:
7͟1͟.͟5͟ ⮠͟
caubert computed that your weight was 157 lb and 10 oz.
Note that “71.5” was entered by the user, not by the programmer: your program should work with any weight! Another example could be:
caubert would like to know your weight. Please enter it:
6͟2͟ ⮠͟
caubert computed that your weight was 136 lb and 10 oz.
Once your project is done, zip the folder into a file “lname_fname.zip”, where “lname” (resp. “fname”) is your last name (resp. first name). Upload this zip on D2L before Friday, February 08, 11:30 PM, in the “Project01” assignment submission folders.