PROG 5121 ICE TASK 1 Write a Java Program that takes input of all your course marks and computes the average mark, the h
Posted: Thu May 05, 2022 12:59 pm
PROG 5121 ICE TASK 1 Write a Java Program that takes input of all your course marks and computes the average mark, the high mark and the lowest mark using the JOPtionPane. #Make use of constructors, instance variables and object instantiation in your implementation. #Make use of Polymorphism (overloading and overriding). Inheritance (using class Course as superclass and Module Marks as subclasses). #Also encapsulate your fields. #Add comments for readability.
PROG 5121 ICE TASK 1 Write a Java Program that takes input of all your course marks and computes the average mark, the high mark and the lowest mark using the JOPtionPane. # Make use of constructors, instance variables and object instantiation in your implementation. # Make use of Polymorphism (overloading and overriding). #Inheritance (using class Course as superclass and Module Marks as subclasses). #Also encapsulate your fields. #Add comments for readability.
PROG 5121 ICE TASK 1 Write a Java Program that takes input of all your course marks and computes the average mark, the high mark and the lowest mark using the JOPtionPane. # Make use of constructors, instance variables and object instantiation in your implementation. # Make use of Polymorphism (overloading and overriding). #Inheritance (using class Course as superclass and Module Marks as subclasses). #Also encapsulate your fields. #Add comments for readability.