โ Back to Classes
Question 445
Gradebook Average Class
Gradebook Average Class
Create a classGradebookwhose constructor stores anint[]of grades. Add anAverage()method that returns the mean of the grades as a double. Do not write aMainmethod. For grades 80, 90, 100 the program prints: 90
Expected Output:
90
Topics:
Classes
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.