This repository was archived by the owner on Jun 29, 2024. It is now read-only.
Malli Chaitanya Lakshmi - Easy level tasks#36
Open
Chaitanya424 wants to merge 1 commit intoCSEdgeOfficial:mainfrom
Open
Malli Chaitanya Lakshmi - Easy level tasks#36Chaitanya424 wants to merge 1 commit intoCSEdgeOfficial:mainfrom
Chaitanya424 wants to merge 1 commit intoCSEdgeOfficial:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
The Simple Calculator is a Java application designed to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. Users can input two numbers and select the operation they wish to perform, and the program will output the result accordingly. This console-based application provides a user-friendly interface for performing common mathematical calculations.
ToDo List Application:
The ToDo List Application is a Java program aimed at helping users manage their tasks efficiently. It offers functionalities like adding tasks, deleting tasks, and marking tasks as completed. Users can interact with the application through a console-based interface, making task management simple and straightforward. This application is ideal for individuals looking to organize their daily or weekly tasks effectively.
Number Guessing Game:
The Number Guessing Game is an interactive Java game where the computer generates a random number, and the player attempts to guess it within a limited number of attempts. Players input their guesses, and the program provides feedback on whether the guess is too high, too low, or correct. With each guess, the player gets closer to uncovering the mystery number. This game offers an engaging way to test one's intuition and guessing skills.
Temperature Converter:
The Temperature Converter is a Java application designed to convert temperatures between Celsius, Fahrenheit, and Kelvin scales. Users can input a temperature value along with the scale it is currently in, and the program will convert it to the desired scale. This utility provides a convenient way to perform temperature conversions accurately, making it useful for scientific, educational, or everyday purposes.