Write a program to compute their grade


Problem: Given the below text file containing student name and their assignment, mid-term, and final exam marks (separated by comma).

wong, 20, 15, 27

John, 30, 17, 35

Andrew, 23, 14, 40

Susan, 22, 18, 45

Mohan, 22, 15, 35

Jean, 12, 10, 15

Write a program to compute their grade (0-49 = F, 50-69 = C, 70-84 = B, 85-100 = A) and generate a report that resembles as follows:

No. Name Assignment Midterm Final Total Grade

1 xxx xxx xxx xxx xxx xxx

2 xxx xxx xxx xxx xxx xxx

Request for Solution File

Ask an Expert for Answer!!
MATLAB Programming: Write a program to compute their grade
Reference No:- TGS03211279

Expected delivery within 24 Hours