https://github.com/jubayer98/nsu-cse215l-java-basics-problems
Here are some solutions from lab exercises completed during an undergraduate Java Programming Language course.
https://github.com/jubayer98/nsu-cse215l-java-basics-problems
basic-programming java
Last synced: over 1 year ago
JSON representation
Here are some solutions from lab exercises completed during an undergraduate Java Programming Language course.
- Host: GitHub
- URL: https://github.com/jubayer98/nsu-cse215l-java-basics-problems
- Owner: jubayer98
- License: mit
- Created: 2018-05-21T11:45:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T11:43:44.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T17:51:02.015Z (over 1 year ago)
- Topics: basic-programming, java
- Language: Java
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NSU-CSE215L Java Basics Problems
This repository contains solutions to various basic Java programming problems that were solved during the CSE215L lab sessions at North South University (NSU). These problems cover fundamental concepts of Java and aim to build a strong foundation in programming.
## Getting Started
### Prerequisites
Ensure you have Java Development Kit (JDK) installed on your system. You can download the JDK from the [Oracle website](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html).
## Contributing
Contributions are welcome! If you have any new problems, optimizations, or improvements, feel free to fork the repository, make your changes, and submit a pull request.
---
Explore the Java basics and enhance your programming skills! Happy coding!