We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fee40 commit 9422f29Copy full SHA for 9422f29
README.md
@@ -0,0 +1,10 @@
1
+# SimpleCalculator
2
+A Simple Calculator made with WPF C# for Windows 10
3
+
4
+# 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.
0 commit comments