Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Seven students are enrolled in a program at the end of which they have to take exams in two different subjects. They receive a diploma

image text in transcribed

Seven students are enrolled in a program at the end of which they have to 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 TOM 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 is saved in a data file that you need to create. Write a C program to read the above information from a 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. YOUR PROGRAM SHOULD CONTAIN PROGRAMMING MODULES (FUNCTIONS) and have a easy to use interface d) The above given data should be read from an external file. Also your output should be displayed on the screen as well as copied to an external file Seven students are enrolled in a program at the end of which they have to 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 TOM 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 is saved in a data file that you need to create. Write a C program to read the above information from a 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. YOUR PROGRAM SHOULD CONTAIN PROGRAMMING MODULES (FUNCTIONS) and have a easy to use interface d) The above given data should be read from an external file. Also your output should be displayed on the screen as well as copied to an external file

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

Database Design For Mere Mortals

Authors: Michael J Hernandez

4th Edition

978-0136788041

More Books

Students also viewed these Databases questions