CIS 170C iLab 5 of 7 Arrays and Strings (100% Correct) CIS 170C iLab 5 of 7 Arrays and Strings (100% Corr | Page 6
Step 3 Create a New Project
Create a new project and name it LAB5A. Write your code using the Processing Logic in Part A,
Step 2. Make sure you save your program.
Step 4 Compile and Execute
a)
Compile your program. Eliminate all syntax errors.
b)
Build your program and verify the results of the program. Make corrections to the
program logic if necessary until the results of the program execution are what you expect.
Step 5 Print Screen Shots and Program
1.
Capture a screen print of your output. (Do a PRINT SCREEN and paste into an MS Word
document.)
2.
Copy your code and paste it into the same MS Word document that contains the screen
print of your output.
3.
Save the Word document as Lab05A_LastName_FirstInitial.
END OF PART A
Part B Pig Latin
Step 1 Requirements