Java-Programming-Internship
Java-Programming-Internship copied to clipboard
ch.lakshmisriprasanna -easy level tasks
-
Simple Calculator:
- Developed a basic calculator application capable of performing addition, subtraction, multiplication, and division operations.
- The application prompts the user to select an operation and input two numbers, then displays the result of the operation.
-
ToDo List:
- Created a console-based application for managing a list of tasks with features like adding, deleting, and marking tasks as completed.
- Users can interactively manage their tasks through a simple text-based interface, providing convenience in task organization.
-
Number Guessing Game:
- Implemented a simple number guessing game where the computer generates a random number, and the player tries to guess it within a certain number of attempts.
- Feedback is provided after each guess, informing the player whether the guess is too high or too low, and the game concludes with a win or loss message.
-
Temperature Converter:
- Built an application that converts temperatures between Celsius, Fahrenheit, and Kelvin scales.
- Users can select the type of conversion, input the temperature, and the application displays the converted temperature, facilitating easy temperature conversion.