Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

. Write a C++ program using Linked-Implementation of Stack to store information about students as follows; STD_ID // To store Students ID STD_Name // To

. Write a C++ program using Linked-Implementation of Stack to store information about students as follows;

STD_ID // To store Students ID

STD_Name // To store Students Name

English_Mark // To store Students points in English course

Math_Mark // To store Students points in Mathematics course

Arabic_Mark // To store Students points in Arabic course

AVG // To store Students Average in these courses

In your program, you must generate a menu used while the user runs the program. The menu must show the following tasks:

1- Add Student into Stack

2- Remove Student from the Stack

3- Update Students Info (i.e. STD_ID, STD_Name, English_Mark, Math_Mark , Arabic_Mark)

4- Calculate the Avg for a specific student

5- Calculate the AVG for All of Students

6- Find the Student who has the maximum average

7- Find the student who has the minimum average

8- Find the Student who has the maximum points in English

9- Find the Student who has the maximum points in Mathematics

10- Find the Student who has the maximum points in Arabic

0 - Exit

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions