Exercise - User definedClass-3
TASK 1 Based on the following UML class diagram : a) Write a complete Student class. b) Next, write TestStudent class that invokes the methods of the Student class and applies the concept of an array of objects. c) Sample run as given below: User’s inputs Matric No : s1111 Test 1 : 67 Test 2 : 45 Matric No : s2222 Test 1 : 67 Test 2 : 98 Matric No : s3333 Test 1 : 67 Test 2 : 90 Program outputs ***************************** STUDENT INFORMATION ***************************** Matric No AverageMark s1111 ...