Question: //Write a program that copies the data in the // prelab input file to an output file flux_capacitor // so that it is formatted the

 //Write a program that copies the data in the // prelab

//Write a program that copies the data in the // prelab input file to an output file "flux_capacitor" // so that it is formatted the same in both files. // // Additionally add 30 to the year when you rewrite // it to the output file to help Marty Mcfly get back to // his proper time. #include #include using namespace std: int main() { //declaring variables string firstName: string lastName: int year: // declare input file stream variable and open file ifstream fin: fin.open("prelab_input.txt"): // Test to see if file correctly opened. If statements will // be learned in the future. For now, don't worry about // understanding this. if (!fin) { cout #include using namespace std: int main() { //declaring variables string firstName: string lastName: int year: // declare input file stream variable and open file ifstream fin: fin.open("prelab_input.txt"): // Test to see if file correctly opened. If statements will // be learned in the future. For now, don't worry about // understanding this. if (!fin) { cout

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!