Section 1
Understanding How to Compile
Open the source code file named GoodMorning.vb using Notepad or the text editor of your choice.
Save this source code file in a directory of your choice, and then change to that directory.
Compile the source code file. There should be no syntax errors. Record the command you used to compile the source code file. $\qquad$
Execute the program. Record the command you used to execute the program, and also record the output of this program. $\qquad$$\qquad$
Modify the program so that it displays "Good Job!," and then change the Module name to GoodJob. Save the file as GoodJob.vb. Compile and execute the program.
Modify the Good Job program so that it prints two lines of output. Add a second output statement that displays "Have a great day." Change the Module name to GoodJob2 and then save the modified file as GoodJob2.vb. Compile and execute the program.