Best writers. Best papers. Let professionals take care of your academic papers

Order a similar paper and get 15% discount on your first order with us
Use the following coupon "FIRST15"
ORDER NOW

Add the ability to save data to disk in one or more files. The menu(s) should give the user the option to save or retrieve data.

HI LAST WEEK YOU HELPED ME ADD ARRAYS TO MY PROGRAM AND THIS WEEK I NEED HELP ADDING A SAVE OPTION IN MY EXISTING

PROGRAM.

Add the ability to save data to disk in one or more files. The menu(s) should give the user the option to save or retrieve data.

Add the ability to save data to disk in one or more files. The menu(s) should give the user the option to save or retrieve data.#include <iostream>using namespace std;int getChoice() {int choice;//validate user input in a loopwhile(true) {cin >> choice;if(choice < 1 || choice > 2) {cout << “Menu” << endl;cout << “1. Check movies, their Tme and gate\n2. Exit\n”;} else {break;}}return choice;}int getGateNo() {
Background image of page 1
 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"