Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a shell script that accepts a .csv file as an input containing the student's first name, last name, student ID, and a score (example
Create a shell script that accepts a .csv file as an input containing the student's first name, last name, student ID, and a score (example out of 100). Refer to the York University grading scale, and calculate the grade for each student based on their score. Output the grade scored to the same file that contained input. The grade obtained will be stored as the 5th column in the file. Please note that all the borderline cases should be highlighted in the output file. For example, if a score> =90 gets an ' A+ ', then a borderline case will be a score of 90 . Similarly, if 90> score >=80 gets an 'A', then a borderline case will be a score of 80
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started