Question
Hello! I just need a little help with this assignment. I am unsure of how to start it completely, but I think i have it
Hello! I just need a little help with this assignment. I am unsure of how to start it completely, but I think i have it mapped out enough for me to understand the flow of the entire code. I will post the assignment requirements below. Please explain your steps as I really want to learn and not just copy and paste. All help is appreciated! Thank you!
Assignment Requirements:
---Demonstrate ability to design a program with a menu system
---Demonstrate ability to pass by value and reference (where appropriate)
---Demonstrate ability to create, add, edit, a 2D array
---Demonstrate ability to create a structure chart
---Demonstrate ability to display values from the 2D array
---Includes error checking
----- If user enters wrong input then redirect them
----- Ex@m score range ( 0 - 100)
----- Max amount of records is 1000
*Must be written in c only
*Must include at least 1 defined constant
*Cannot use global variables
*Cannot use goto statement
*uses do/while loop to repeat through menu
Example output:
*** Main Menu ***
1. Add grades for next student
2. Display all grades
3. Show average by ex@m
4. Show average by student
5. Quit program
Enter selection:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started