Skip to content

Commit c55bae1

Browse files
authored
Update README.md
1 parent 51789c9 commit c55bae1

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
A Simple Calculator made with WPF C# for Windows 10
33

44
# If you want a calculator that is as simple as possible, this is it!
5-
You can multiply, divide, add and subtract.
6-
You can also clear the current value being entered with CE.
7-
You can clear a whole calculation using C.
8-
The current value you entered will be shown in the result window.
9-
The answer will also be shown in the result window.
10-
You can have decimal numbers and change number signs.
5+
You can multiply, divide, add and subtract.
6+
7+
You can also clear the current value being entered with CE.
8+
9+
You can clear a whole calculation using C.
10+
11+
The current value you entered will be shown in the result window.
12+
13+
The answer will also be shown in the result window.
14+
15+
You can have decimal numbers and change number signs.

0 commit comments

Comments
 (0)