Please see the attached document for the full instructions for the Project 2 Requirements for Programming with Visual Basic. Essay

Please see the attached document for the full instructions for the Project 2 Requirements for Programming with Visual Basic.

You must start with documented design part of the “Programming Process” using Microsoft Word ( please refer to the 1st 6 steps below in the 11 steps of programming process:

Then in the code part you must have this opening documentation (5 points)

Stating the following as comments:
a. Project Title: Distance Calculator
b. Date: MM/DD/YY
c. Programmer: CK Gberry
d. Project Descriiption: Tool for calculating distance

Example of the opening documentation in the code: ( this should be the very first line of your code)

‘****************************************************
‘****************************************************
‘ Project Title:
‘ Date:
‘ Programmer:
‘ Project Descption:


‘*****************************************************
1. In-line documentation. (5 points)
a. Each coding block need documenting, stating what that coding block is to do; and input parameters and/out output values, if any.
b. Each key statement should also be documented.

2. Make sure your code can run, or your project will get no more than half of the full score. (50pts)
a. Meaningful “Solution Name” and “Form Name” (5 pts)
b. Following the proper naming convention with the controls, variables, objects, if applicable, in your source code.(5 pts)
c. Running and working project.( 40 pts)

3. Submission: (10 points)
Submit a single compressed (zipped) folder with the naming convention of YourLastName_ YourFirstName_ProjectX including the following ( X is the project number):
1) complete solution folder of this project, including all the sub folders and files in the solution from your Visual Studio (on how to zip the folder, please watch the demo “Ch2-Project1_Zip and Unzip Solution Folder” via Tegrity Classes first) (3 pts)
2) the “Documented design part of the Programming Process file” via Microsoft Word ( put this file into the folder of YourLastName_YourFirstName_ProjectX BEFORE you compress the folder (3 pts)
3) A Word file named YourLastName_ YourFirstName_ProjectX_Screenshot with screen snapshot(s) of your running project. ( you can use Word’s “screen clipping” function to capture the screen snapshots) (2 pts)
4) A Word file name YourLastName_ YourFirstName_ProjectX_sourceCode, which hosts the source code of ALL your .vb files of your project. ( you can use copy/paste to copy the source code from your .vb file to the Word file) If there are many .vb files, please indicate the name(s) in your Word file. (2 pts)

Please refer to the below screenshot of the Programming Challenges, question “2. Distance Calculator” for the full requirement and the last screenshot picture in the document shows the expected outcome from a desired running program.