The basis for this needs to be in C++ format Create an inputfile named \"inputFi
ID: 673183 • Letter: T
Question
The basis for this needs to be in C++ format
Create an inputfile named "inputFile.txt" (use "Note Pad") that contains the following data. Be sure that the last line of the file is empty (i.e., not even a space character). In other words, after entering the second line of data, press the <ENTER> key, save the file, then exit the editor.
5 10 6 9
23 7 13 40
Implement the following algorithm
Create & Open inputFile
Create & Open outputFile
Read first line of data into variables a, b, c, d
DOWHILE !EOF
Create a unique formula that uses the variables a, b, c, & d. For example,
value = (a*a) + b - c + d
Output value into outputFile
Read each line of data into variables a, b, c, d
ENDDO
Close inputFile
Close outputFile
Post the source code (embed the code in your response; DO NOT ATTACH THE C++ FILE).
Explanation / Answer
/using namespace std;
double File_create(double X)
{
doublevalue;
value=(a*a) + b - c + d
returnvalue;
}
int main () {
vector<int> c1,c2;
int a,b,c,d,i=1,lines;
ifstream read("inputFile.txt");
while(read>>a>>b>>c>>d>>)
{
c1[i]=a;
c2[i]=b;
c3[i]=c;
c4[i]=d;
i++;
}
lines=i-1;
return 0;
cout << File_create(c1) << endl;
}
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.