Question: Find and Fix all errors ( syntax , logic and runtime errors) in the following snippet of C++ code. #include #include using namespace std int
Find and Fix all errors (syntax, logic and runtime errors) in the following snippet of C++ code.

#include #include using namespace std int main { // Declare input variables String crn, coursename, grade; header, classification, standing; Int credits; Double gpa, gradepoints, qualityValuePoints, totalCreditHours, totalQualityValuePoints; ifstream fin("courses.csv"); } if (fin.good()) { getline(fin, header); totalCreditHours = 0; totalQualityValuePoints = 0; while (!fin.eofile()) { getline(fin, crn, ';'); getline(fin, coursename, ','); fin >> credits; fin.ignore(); getline(fin, grade); cout 30) classification = "Freshmen"; if (totalCreditHours >= 30 &&& totalCreditHours = 60 && totalCreditHours = 90) classification - "Senior"; cout = 2.6 && gpa = 3.5) standing = "Honors"; cout