-
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
Showing
1 changed file
with
16 additions
and
0 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,3 +1,19 @@ | ||
# MP1 - Calculator | ||
|
||
A simple C# .NET Windows Forms Calculator made for MP1 for the subject CSELEC13. | ||
|
||
## Screenshots | ||
|
||
### Standard Menu | ||
![Standard Menu](https://raw.githubusercontent.com/cindrmon/CSELEC13-MP1-Calculator/master/assets/img/calculator-screenshot-1.png?token=GHSAT0AAAAAABVMIGOZCQSGATQS4BDEDIIEYV4HF6A) | ||
|
||
### Operations | ||
![Basic Addition](https://raw.githubusercontent.com/cindrmon/CSELEC13-MP1-Calculator/master/assets/img/calculator-screenshot-2.png?token=GHSAT0AAAAAABVMIGOYSLRD6DZE4E6Q4SWCYV4HGUA) | ||
![Showing PEMDAS Operations](https://raw.githubusercontent.com/cindrmon/CSELEC13-MP1-Calculator/master/assets/img/calculator-screenshot-6.png?token=GHSAT0AAAAAABVMIGOZWZHAI5KJMKIHUWNMYV4HLMQ) | ||
|
||
### Errors | ||
![Showing Invalid Syntax](https://raw.githubusercontent.com/cindrmon/CSELEC13-MP1-Calculator/master/assets/img/calculator-screenshot-3.png?token=GHSAT0AAAAAABVMIGOY4NRXEOTERLTCCBPQYV4HH4Q) | ||
![Showing more Invalid Syntax](https://raw.githubusercontent.com/cindrmon/CSELEC13-MP1-Calculator/master/assets/img/calculator-screenshot-4.png?token=GHSAT0AAAAAABVMIGOYAP42RXCOLAODAJGEYV4HIHQ) | ||
![Showing Dividing by Zero is Invalid](https://raw.githubusercontent.com/cindrmon/CSELEC13-MP1-Calculator/master/assets/img/calculator-screenshot-5.png?token=GHSAT0AAAAAABVMIGOZZIZHS5VLOSZBQGVUYV4HISA) | ||
|
||
|