CIS 170C iLab 7 of 7 Sequential Files (100% Correct) CIS 170C iLab 7 of 7 Sequential Files (100% Correc | Page 5

start do while loop Allow user to enter name store name (using getline method) Allow user to enter city store city (using getline method) . . write name, city, etc. to the file end loop close the file 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.