[Solved] C Using Arrays Functions Include Using Namespace Std Q37200882
c++using arrays and functions
#include<iostream>using namespace std;
You promised your students that out of two assignments, they will keep the largest score. Your students are grouped in 3 sections of 7 students each. You have two files with their grades, one for each assignment, that are formatted as follows. … file1 .txt….-. 98 35 96 84 39 50 46 56 87 95 34 72 35 95 67 95 0 28 85 94 64 -file2.txt 94 55 66 83 49 58 86 53 27 98 54 32 85 73 64 55 60 48 25 44 69 For the sample input: filel.txt file2.txt | the output for ‘echo -e “file1.txtinfǐle2.txt” l ./a.out, would be: 98 55 96 84 49 58 86 56 87 98 54 72 85 95 67 95 60 48 85 94 69 Show transcribed image text You promised your students that out of two assignments, they will keep the largest score. Your students are grouped in 3 sections of 7 students each. You have two files with their grades, one for each assignment, that are formatted as follows. … file1 .txt….-. 98 35 96 84 39 50 46 56 87 95 34 72 35 95 67 95 0 28 85 94 64 -file2.txt 94 55 66 83 49 58 86 53 27 98 54 32 85 73 64 55 60 48 25 44 69 For the sample input: filel.txt file2.txt | the output for ‘echo -e “file1.txtinfǐle2.txt” l ./a.out, would be: 98 55 96 84 49 58 86 56 87 98 54 72 85 95 67 95 60 48 85 94 69
Expert Answer
Answer to c++ using arrays and functions #includeusing namespace std;… . . .
OR

