Write a korn shell program that will continually allow user


C Shell Assignment

To complete this assignment, run the following command to install the korn shell:

sudo apt-get install ksh

If you want launch the korn shell to test some commands, run the following command:

ksh

To return to you default shell type:

exit

Write a korn shell program that will continually allow the user to input a numeric average for a number of students. After each grade is input the program will output the letter grade for that student. It will continue to ask for more grades until the user enters -1 to stop. Once the user enters -1, have program output the numeric average for all students.

A sample run could be:

What is the next student's numeric average? 82

That student got a B for the semester.

What is the next student's numeric average? 77

That student got a C for the semester.

What is the next student's numeric average? 86

That student got a B for the semester.

What is the next student's numeric average? 62

That student got a D for the semester.

What is the next student's numeric average? 95

That student got a A for the semester.

What is the next student's numeric average? -99

The average for all students is 80.4

Format your assignment according to the following formatting requirements:

1. The answer should be typed, double spaced, using Times New Roman font (size 12), with one-inch margins on all sides.

2. The response also includes a cover page containing the title of the assignment, the student's name, the course title, and the date. The cover page is not included in the required page length.

3. Also include a reference page. The Citations and references should follow APA format. The reference page is not included in the required page length.

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: Write a korn shell program that will continually allow user
Reference No:- TGS03022766

Now Priced at $70 (50% Discount)

Recommended (94%)

Rated (4.6/5)