Draw a flowchart to compute the final grade(FG) of a student, will input the student’s name(SN$), course/Year and Section(CYS$), Midterm Grade(MG) and Tentative Final Grade (TFG). If the Final Grade(FG) is equal or higher than 75, will display a Remarks(R$) of PASSED else if the Final Grade(FG) is lower than 75, will display a Remarks(R$) of FAILED. Formula: FG = (MG + TFG) / 2