-
Notifications
You must be signed in to change notification settings - Fork 180
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
2 additions
and
2 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...ramming/exercises-graphical-and-web-apps/sumator-graphical/sumator-graphical.md
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,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#**. |