Skip to content

Commit

Permalink
Updates Content/Chapter-1-first-steps-in-programming/exercises-graphi…
Browse files Browse the repository at this point in the history
…cal-and-web-apps/sumator-graphical/sumator-graphical.md

Auto commit by GitBook Editor
  • Loading branch information
Svetlin Nakov committed Mar 28, 2019
1 parent a74c57d commit 1153375
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lab: Graphical Application "Sumator" (Calculator)
# Lab: Graphical Application "Summator" (Calculator)

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

Expand Down Expand Up @@ -31,7 +31,7 @@ We download from the bar on the left \(Toolbox\) **three text boxes** \(`TextBox
* `buttonCalculate` -> `Calculate`
* `label1` -> `+`
* `label2` -> `=`
* `Form1` -> `Sumator`
* `Form1` -> `Summator`

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

Expand Down
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* [Problem: Rectangle Area](Content/Chapter-1-first-steps-in-programming/exercises-first-steps-in-coding/rectangle-area.md)
* [\* Problem: Square of Stars](Content/Chapter-1-first-steps-in-programming/exercises-first-steps-in-coding/square-of-stars.md)
* [Lab: Graphical and Web Apps](Content/Chapter-1-first-steps-in-programming/exercises-graphical-and-web-apps/exercises-graphical-and-web-apps.md)
* [Lab: Graphical Application "Sumator"](Content/Chapter-1-first-steps-in-programming/exercises-graphical-and-web-apps/sumator-graphical/sumator-graphical.md)
* [Lab: Graphical Application "Summator"](Content/Chapter-1-first-steps-in-programming/exercises-graphical-and-web-apps/sumator-graphical/sumator-graphical.md)
* [Lab: Web Application "Sumator"](Content/Chapter-1-first-steps-in-programming/exercises-graphical-and-web-apps/sumator-web/sumator-web.md)
* [2.1. Simple Calculations](Content/Chapter-2-1-simple-calculations/overview.md)
* [The System Console](Content/Chapter-2-1-simple-calculations/system-console/system-console.md)
Expand Down

0 comments on commit 1153375

Please sign in to comment.