Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

URGENT PLS SOLVE AS SOON AS POSSIBLE Write a menu driven program that allows a user to (1) Add Record; (2) Show eligibility for JEE.

URGENT PLS SOLVE AS SOON AS POSSIBLE

Write a menu driven program that allows a user to (1) Add Record; (2) Show eligibility for JEE.

Maintain a record of students (identified by Student Id), along with four marks: (1) Percentage in 8th standard (2) Percentage in 9th standard (3) Percentage in 10th standard (4) Maths Olympiad best rank which student has appeared anytime between 8th to 10th (using structures).

a. Add a record: The program will start with zero records and will add the student record to the current database of records (use dynamic memory allocation). Add maximum 5 records. If 5 records added, then the program should show the user all the records currently stored in the database, and should not allow the user to add a new record (use array of structures).

b. Show eligibility for JEE: Write a function that will take as input a Student Id and will display the eligibility for JEE based on the conditions: (1) Topper among other students at least once between 8th to 10th standard (2) Olympiad Rank < 10000.

NOTE: PLEASE ANSWER IN C LANGUAGE PLEASE USE COMMENTS WHENEVER REQUIRED IN CODE

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

Question

how would you have done things differently?

Answered: 1 week ago