This repository was archived by the owner on Jun 29, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Simple Calculator:
Description: Developed a basic calculator application using Java. The calculator is capable of performing addition, subtraction, multiplication, and division operations. Implemented a console-based user interface to input numbers and select the desired operation. Utilized Java programming concepts to create functions for each mathematical operation, ensuring accurate calculation results.
ToDo List:
Description: Designed and implemented a task management application in Java. The ToDo List application allows users to manage a list of tasks with features such as adding, deleting, and marking tasks as completed. Utilized Java's object-oriented programming paradigm to create classes for tasks and the ToDo List itself. Implemented functionalities for adding tasks, deleting tasks, and marking tasks as completed, providing users with a convenient way to organize their tasks.
Number Guessing Game:
Description: Implemented a number guessing game using Java. The game features a computer-generated random number that the player tries to guess within a certain number of attempts. Developed a console-based user interface where players can input their guesses and receive feedback on whether their guess is too high, too low, or correct. Employed Java's random number generation capabilities to generate the target number, providing players with an engaging and interactive gaming experience.
Temperature Converter:
Description: Created a temperature conversion application in Java. The application facilitates the conversion of temperatures between Celsius, Fahrenheit, and Kelvin scales. Implemented a user-friendly console-based interface where users can input a temperature value and select the desired conversion. Utilized Java methods to perform the temperature conversions accurately, ensuring precise results for users. The application provides a convenient tool for converting temperatures across different measurement scales.