This repository has been archived by the owner on Jun 29, 2024. It is now read-only.
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:
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.