Basic User Interface in C#
STEP 1:
Start Visual Studio and create a new project titled "CIS247_WK1_Lab_Rosado"
Using the Week 1 Lab Design construct the methods
Once the methods are constructed, use the Week 1 Lab Design document to create the Main method.
STEP 2: Compile and Test
Back to Top
When done, compile your code by clicking on Build->Build Solution. Then debug any errors until your code is error-free. If you click on the error in the Error Window, it takes you to the statement in your code, which produced the error. You can then click on F1, which launches the Microsoft Help Library, to see additional information and possible suggestions on how to fix your error.
To execute your code, click Start and then Start Debugging. Check your output to ensure that you have the desired output. If you need to fix anything, close your execution window, modify your code as necessary, and rebuild.
Create a test plan in order to make sure your application runs properly. A test plan is a series of tests you choose to perform, where you predefine the input values and write down the expected output. When you execute your code given the input values, your program should display the expected output. If it does not, this means you need to review your code and correct any mistakes. Creating several scenarios, based on the program complexity, ensures that your code runs properly.
Execute your code and check your output to ensure that you have the desired output. If you need to fix anything, close your execution window, modify your code as necessary, and rebuild.
STEP 3: Screen Prints
Back to Top
Capture a screen shot of your application’s output and paste it into a Word Document.
The output of your program should resemble the following:
Image Description
STEP 4: Submit Deliverables
Back to Top
Put the entire project folder created in Visual Studio, into a zip file.