Q1: design a system that will read students information, display them in a table form, and implement some operation on them. The system must show the following:
=========================================================================
Do you want to add new students?
Do you want to display the student information?
Calculate the average of the final marks and Standard deviation
Calculate the % of students how get marks grater then X “you have to specify X [read X]”
Display a table that shows the % of students that get A,A-,B+,B,B-,C+,C,,D+,D,E,F.
=============================================================================
Student information must include the following: name, metric number, MT, course work, project mark, carry mark, final exam, final mark.
You have to enter the student name, metric number, MT, course work, project mark, final exam
Final mark=final exam + carry mark
Carry mark= MT + course work + project mark


The code must include the following: structures, pointers, functions, function’s parameters must be passed by references (use addresses and pointers), the declaration of any object belong to the structure must be in a pointer form

Auraomega commented: We're not here to do your coursework for you. +0

Recommended Answers

All 2 Replies

OK, I've checked it out - big assignment!

You better get started, eh? ;)

Post back when you have a question about your C program.

Sorry Babaty,I don't think any one try to solve your assignment like that .........
just ask what your problem, don't accept to get complete project from us.
So first try to do from your self.
Best Of Luck.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.