COS202 Assignment Solution (1)
COS202 Assignment Solution (1)
MATRIC: SCI/23/24/0577
COURSE: COS 202 (COMPUTER PROGRAMMING II : USING JAVA PROGRA
DEPARTMENT: MATHEMATICAL SCIENCE
Task 1 (a)
Question: Write a GUI Java program (which uses applets) that reads the name and matriculation
number of a student. It then asks for the student's scores on five exams. The program should
import java.applet.Applet;
import java.awt.*;
import java.awt.event.*;