Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Guide To Client Server Databases

Authors: Joe Salemi

2nd Edition

1562763105, 978-1562763107

More Books

Students also viewed these Databases questions