Sulaimani Polytechnic University
Technical College of Informatics
Department of Computer Networks
Data Structure and Algorithms
2024-2025
(Lab 2)
(Storing Game Entries in an Array)
Create a new project for an application called “Storing Game Entries”. The app has two
files, one for the GameEntry class, and one for the Scoreboard class.
STEP 1: Add the GameEntry class as below:
Lecturer: Warmn Faiq Ahmed Page 1|3
[Link].a@[Link]
Sulaimani Polytechnic University
Technical College of Informatics
Department of Computer Networks
Data Structure and Algorithms
2024-2025
STEP 2: Add the Scoreboard class as below:
STEP 3: Add the following two methods to the Scoreboard class
Lecturer: Warmn Faiq Ahmed Page 2|3
[Link].a@[Link]
Sulaimani Polytechnic University
Technical College of Informatics
Department of Computer Networks
Data Structure and Algorithms
2024-2025
Classwork:
Add the Main method and try to use and test the application for a specific scenario.
Lecturer: Warmn Faiq Ahmed Page 3|3
[Link].a@[Link]