0% found this document useful (0 votes)
5 views3 pages

Game Entries Storage in Java

The document outlines a lab assignment for the Data Structure and Algorithms course at Sulaimani Polytechnic University, focusing on creating an application called 'Storing Game Entries'. It includes steps to implement the GameEntry and Scoreboard classes, as well as methods to be added to the Scoreboard class. Additionally, students are required to add a Main method to test the application in a specific scenario.

Uploaded by

Aeub omer
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views3 pages

Game Entries Storage in Java

The document outlines a lab assignment for the Data Structure and Algorithms course at Sulaimani Polytechnic University, focusing on creating an application called 'Storing Game Entries'. It includes steps to implement the GameEntry and Scoreboard classes, as well as methods to be added to the Scoreboard class. Additionally, students are required to add a Main method to test the application in a specific scenario.

Uploaded by

Aeub omer
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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]

You might also like