Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Sudharshan V - easy level tasks #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Sudharshan2706
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant