Programming and convention standards document


This program creates the basic user interface code for that can be re-used in the following week's iLab assignments. The assignment will help you get started using the programming environment and some practice with coding. You will also be able to re-use much, if not all, of the code in later assignments. 

In order to reuse the code in the following weeks, you will include different parts of the program in the following three separate files within Visual Studio:
1.Program.cs will hold the Main method, which is the starting point for the program execution. 
2.ApplicationUtilities.cs will hold the re-usable methods that provide the user information about the application. 
3.InputUtilities.cs will hold the re-usable methods that will collect the user information. 

Using the methods defined in these classes you will construct a program that prompts the user for the following:
1.Your name, which will be a string data type 
2.Your age, which will be an integer data type 
3.The gas mileage for your car, which will be a double data type 

Also, note that the program should contain a well document program header and demonstrated and explained in the Programming and Convention Standards document found in the Week 1 lecture and Doc Sharing

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Programming and convention standards document
Reference No:- TGS092704

Expected delivery within 24 Hours