September 3, 2020
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 height in meters. Please enter it:
1.64 ⮠͟
caubert computed that your height was 5 feet and 4 inches.
Note that “1.64” was entered by the user, not by the programmer: your program should work with any height! Another example could be:
caubert would like to know your height in meters. Please enter it:
2 ⮠͟
caubert computed that your height was 6 feet and 6 inches.
Once your project is done, zip the folder into a file “lname_fname.zip”, where “lname” is your last name and “fname is your first name”). Upload this zip on D2L before Thursday, September 10th, at no later than 11:30 PM in the “Project01” assignment submission folder.