Skip to content

Commit

Permalink
Few updates to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dohoudaniel committed Aug 8, 2023
1 parent 115a2f9 commit 3c0c9c5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions najmasahal/README.md
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.

0 comments on commit 3c0c9c5

Please sign in to comment.