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

Add Easy-Level-Tasks in ChintaVishnuVardhan folder #37

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

Conversation

vishnu-vvr-cloud
Copy link

EASY LEVEL TASKS

Task - 1 : SIMPLE CALCULATOR
This is a simple command-line calculator program written in Java. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The program prompts users to enter two numbers and then select an operation to perform on those numbers.

Task - 2 : ToDoList Application
A Java-based ToDoList application that allows users to manage their tasks. Users can add tasks, delete tasks, mark tasks as completed, and view all tasks in the list. Each task has a name and a completion status. The program provides a simple menu-driven interface for easy navigation.

Task - 3 : Temperature Converter
A Java program for temperature conversion. It allows users to input a temperature value and choose the scale they want to convert from (Celsius, Fahrenheit, or Kelvin), and then select the target scale for conversion. The program provides accurate conversions between these temperature scales.

Task - 4 : Number Guessing Game
A simple Java-based command-line game where the player tries to guess a randomly generated number between 1 and 100 within 10 attempts. The program provides feedback if the guess is too high or too low, and congratulates the player if the correct number is guessed.

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.

None yet

2 participants