Question: Create a menu function that will ask a user to enter either 0 to print all the grade or 1 to calculate the maximum

Create a menu function that will ask a user to enter either 0 to print all the grade or 1 to calculate the

Create a menu function that will ask a user to enter either 0 to print all the grade or 1 to calculate the maximum grade or 2 to calculate the minimum grade. 4.2 Create two functions for minimum and maximum. Those two functions should receive a array of grade, two integers of pupils and test respectively. The first function should display: message "the lowest grade is " and the second function should display the message "the hig! grace is" then calls another function called test. 4.3 Create a printArray function that receives a double array grade, the number of pupil and number of test and prints all the grades.

Step by Step Solution

3.40 Rating (144 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Below is a Python example that implements the menu function along with the functions to calculate mi... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!