C# Program Create program that computes student average Requirements: 1. Use inheritance 2. Use exception handling if applicable 3. Create a class student 4. Use the constructor method to collect the...


C# Program


Create program that computes student average


Requirements:
1. Use inheritance
2. Use exception handling if applicable
3. Create a class student
4. Use the constructor method to collect the student information: name, math, science and english grade
(User should be able to input student info)

5. Create a method that computes the average
6. Create another method that outputs (similarly to) the ff. when called
Name: Anna
Math: 92
Science: 92
English: 92
Average: 92
7. Instantiate a Student object and utilize the defined methods.



Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here