Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 596 Bytes

File metadata and controls

7 lines (4 loc) · 596 Bytes

Problem: Graphical Application „Sumator“ (Calculator)

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

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#.