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

Varun - Easy Level Tasks #41

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

Conversation

chemirthivarun
Copy link

Simple Calculator:
Develop a console-based or GUI application in that allows users to perform basic arithmetic operations (addition, subtraction, multiplication, division).Users can input two numbers and select the operation they want to perform.The application then calculates the result and displays it to the user.You can use switch-case or if-else statements to implement the different operations.

ToDo List:
Create a console-based or GUI application for managing a list of tasks.Features should include adding tasks, deleting tasks, and marking tasks as completed.Use classes to represent tasks, and data structures like lists or arrays to manage the task list.Implement user interaction through console input/output or graphical interface elements.Number Guessing Game:

Number Guessing Game:
Number guessing game where the computer generates a random number within a specified range.The player tries to guess the number within a certain number of attempts.Implement user input and feedback mechanisms to guide the player's guesses.

Temperature Converter:
Build a application that converts temperatures between Celsius, Fahrenheit, and Kelvin scales.Users can input a temperature in one scale and choose the scale they want to convert it to.Use functions or methods to perform the temperature conversions accurately.Provide a user-friendly interface for inputting temperatures and selecting conversion options.

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