Skip to content

Commit

Permalink
Update sumator-graphical.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noirdeer authored Jan 1, 2019
1 parent 21eac62 commit 0b12262
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Problem: graphical application „Sumator for numbers“
### Problem: Graphical Application „Sumator“ (Calculator)

Write a **graphical (GUI) application**, which **calculates the sum of two numbers**:

![](/assets/chapter-1-images/07.Numbers-sum-01.png)

By entering two numbers in the first two fields and pressing the button [**Calculate**] their sum is being calculated and the result is shown in the third text field. For our application we will use **the technology Windows Forms**, which allows the creation of **graphical applications for Windows**, in the environment for development **Visual Studio** and with programming **language** **C#**.
By entering two numbers in the first two fields and pressing the button [**Calculate**] their sum is being calculated and the result is shown in the third text field. For our application we will use **the Windows Forms technology**, which allows the creation of **graphical applications for Windows**, in the development environment **Visual Studio** and with programming **language** **C#**.

0 comments on commit 0b12262

Please sign in to comment.