Skip to content

Commit 773e074

Browse files
authored
Update graphical-app.md
1 parent 935df45 commit 773e074

File tree

1 file changed

+1
-1
lines changed
  • Content/Chapter-3-1-simple-conditions/exercises-simple-conditions/graphical-app

1 file changed

+1
-1
lines changed

Diff for: Content/Chapter-3-1-simple-conditions/exercises-simple-conditions/graphical-app/graphical-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ private void ConvertCurrency()
129129

130130
The above code takes **the amount** for converting the field `numericUpDownAmount` and **the selected currency** for the result from the field `comboBoxCurrency`. Then with a **conditional statement**, according to the selected currency, the amount is divided by **the exchange rate** (which is fixed in the source code). Finally, a text **message with the result** (rounded to the second digit after the decimal point) is generated and recorded in the green box `labelResult`. Try it!
131131

132-
If you have problems with the example above, ask for help in the SoftUni official **discussion forum** (http://forum.softuni.org) or in the SoftUni official **Facebook page** (https://fb.com/softuni.org).
132+
If you have problems with the example above, ask for help in the SoftUni official **discussion forum** (https://www.reddit.com/r/softuni) or in the SoftUni official **Facebook page** (https://fb.com/softuni.org).

0 commit comments

Comments
 (0)