//lab3 #include #include #include using namespace std; using std::cin; using std::cout; using std::endl; using std::setw; using std::ios; using std::ifstream; using std::ofstream; int main() {//the first 'array' is the descripption of what needs to be done in total 6 equations/things to do //next tsxt is 6 cols by x rows ifstream inFile; ofstream outFile("infile.txt"); inFile.open("LabResults.txt"); }