forked from ALX-SE-Algorithmia/Demo-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
115a2f9
commit 3c0c9c5
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
Welcome to the Calculator App! This is a simple calculator application designed to perform basic arithmetic operations. Whether you need to add, subtract, multiply, or divide numbers, this app has got you covered. | ||
|
||
Features | ||
Addition: Perform addition operations by entering two numbers and clicking the "+" button. | ||
Subtraction: Perform subtraction operations by entering two numbers and clicking the "-" button. | ||
Multiplication: Perform multiplication operations by entering two numbers and clicking the "*" button. | ||
Division: Perform division operations by entering two numbers and clicking the "/" button. | ||
Error Handling: The app will handle basic input validation and display an error message if the input is invalid. | ||
#### Features | ||
|
||
+ Addition: Perform addition operations by entering two numbers and clicking the "+" button. | ||
+ Subtraction: Perform subtraction operations by entering two numbers and clicking the "-" button. | ||
+ Multiplication: Perform multiplication operations by entering two numbers and clicking the "*" button. | ||
+ Division: Perform division operations by entering two numbers and clicking the "/" button. | ||
+ Error Handling: The app will handle basic input validation and display an error message if the input is invalid. |