Suppose you have an App that has a button named "Click
Me!" as shown on the right. When the button is clicked the app is
supposed to change the button's Text property to display a
message.
According to the following code blocks, what message will be
displayed as the button's Text when it is
clicked? Explain
The button will display "Hello world", which
is the current value of the variable named greeting.