https://github.com/blackbossx/becs-12243-oop-labs
This is our Java lab work for the second semester of the first year.
https://github.com/blackbossx/becs-12243-oop-labs
assignment assignment-problem assignment-solutions assignments java java-programming java-project university-of-kelaniya
Last synced: about 2 months ago
JSON representation
This is our Java lab work for the second semester of the first year.
- Host: GitHub
- URL: https://github.com/blackbossx/becs-12243-oop-labs
- Owner: BlackBossX
- Created: 2025-01-18T05:13:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-19T12:27:09.000Z (4 months ago)
- Last Synced: 2025-02-03T13:18:35.879Z (4 months ago)
- Topics: assignment, assignment-problem, assignment-solutions, assignments, java, java-programming, java-project, university-of-kelaniya
- Language: Java
- Homepage:
- Size: 4.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BECS 12243 - OOP Java Lab Sessions (1st Year, 2nd Semester)
Welcome to the repository for the Java lab work of the **BECS 12243 - Object-Oriented Programming (OOP)** module. This repository contains all the lab session works, problem sheets, and solutions for our 1st Year, 2nd Semester OOP Java lab.
## Lab Sessions
There are 12 lab sessions in total, and each session contains 5-10 problems that you need to solve. The problem sheets for each tutorial are uploaded in the form of PDF files (e.g., `Tutorial 1.pdf`), which include the tasks and exercises for each session.## IDE Used
This project was developed using **IntelliJ IDEA**. Feel free to use or edit the project anytime. You can import the project into your own IntelliJ IDE or any other IDE that supports Java.## How to Use
1. Clone the repository to your local machine:
```bash
git clone https://github.com/BlackBossX/BECS-12243-OOP-Labs.git