Question: Write a Grade Calculator Companion App in Python (Python-as-a-Programing Language) 1. Instructor Companion App M-courses, N-students/course K-scores/student/course 2. Student Transcript Companion App N-students, K-scores/student N,K:
Write a Grade Calculator Companion App in Python (Python-as-a-Programing Language)
1. Instructor Companion App M-courses, N-students/course K-scores/student/course
2. Student Transcript Companion App N-students, K-scores/student N,K: command line arg get input file 5,3 a) 67, 89, 34 // lastname firstname 51, 55, 57 90, 97, 12 88, 89, 81 67, 62, 68 determine letter grades / student b) JSON file: 67, 89, 34, "LastName FirstName" c) JSON file: 67, 89, 34, "LastName", "FirstName"
Make each program seperate.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
