Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

File format to be followed for the assignment is given below: Program in C. Can you explain with good comments Seven students are enrolled in

image text in transcribed

File format to be followed for the assignment is given below:

image text in transcribed

Program in C. Can you explain with good comments

Seven students are enrolled in a program at the end of which they must take exams in two different subjects. They receive a diploma if they pass both subjects. The passing score in each subject is 50 or higher, and the scores are: STUDENT NAME JOAN TANIA JEFF SUSAN KATHY RAYMOND STUDENT NO. SUBJECT A SUBJECT B 70.5 49 53 80 89 85 75 54 49.5 90 4 22.5 75 The above information should be saved in a data file that you need to create with the exact above format. Write a C program to read the above information from this data file and do the following steps: a) Calculate who obtained the diploma (Identity names, grades) b) Arrange subject A in ascending order (you should identify student name, student ID and subject B). c) Calculate the average and standard deviation of each subject. d) The above given data should be read from an external file. The data should be saved in the format shown in the example below and should be displayed once you run the program. Also, your output should be displayed on the screen as well as copied to an external file e) Your program should have an easy to use interface. Note: Your program should be properly commented, and you need to have a typed-up cover page, indicating Course, Program No., Your Name, and the actual date submitted YOUR PROGRAM SHOULD CONTAIN PROGRAMMING MODULES (FUNCTIONS) You can use C running on your laptop or use one of the University machines. Whichever machine you use, you should be able to demo it to me using a laptop

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_2

Step: 3

blur-text-image_3

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

Object Oriented Databases Prentice Hall International Series In Computer Science

Authors: John G. Hughes

1st Edition

0136298745, 978-0136298748

More Books

Students also viewed these Databases questions

Question

10.116 Calculate F given s2 1 3.2 and s2 2 2.6.

Answered: 1 week ago

Question

I receive useful feedback about my performance.

Answered: 1 week ago

Question

I am encouraged to offer opinions/suggestions.

Answered: 1 week ago