Java-Programming-Internship icon indicating copy to clipboard operation
Java-Programming-Internship copied to clipboard

ch.lakshmisriprasanna -easy level tasks

Open Prasannasri575 opened this issue 1 year ago • 0 comments

  1. 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.
  2. 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.
  3. 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.
  4. 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.

Prasannasri575 avatar Jun 02 '24 12:06 Prasannasri575