DEVRY CIS 170 Entire CourseDEVRY CIS 170 Entire Course DEVRY CIS 170 C iLab 7 of 7 Sequential Files | Page 4

End The program input should appear similar to this . Append Records
Name .......... John Smith Street ......... 902 Union Ave City ............ Any Town State ........... TX Zip Code ...... 78552
" Enter another Record ? ( Y / N ) " The file structure should look like this . John Smith , 902 Union Ave , Any Town , TX , 79552 Eric Jones , 345 State Way , Fresno , CA , 93432 ... The file output should appear similar to the following . Show Records __________________________________________ Record # 1 Name ........... John Smith Street .......... 902 Union Ave City ............. Any Town State ........... TX Zip Code ...... 78552 __________________________________________ Record # 2 Name ........... Eric Jones Street .......... 345 State Way City ............. Fresno State ........... CA Zip Code ....... 93432 __________________________________________
( A ) ppend Records , ( S ) how Records , ( E ) xit Step 3 : Create a New Project Create a new project and name it LAB7 . Write your code using the processing logic in Step 2 . Make sure you save your program . Step 4 : Compile and Execute a ) Compile your program . Eliminate all the 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 Screenshots and Program Capture a screen print of your output . ( Do a print screen and paste into an MS Word document .) Copy your code and paste it into the same MS Word document that