Note that you must do this assignment in a group of at least two people. I will not accept individual submissions. The intent is that you talk about your answers with others and come up with a consensus. You need to use these terms actively rather than just listening to others.
The following English language statements describe the user interface of a payroll program. Translate each of them into Geek. (I did the first one to help you get started).
Geek: Two of the objects in the user interface are instances of the class Button.
Geek:
Geek:
Geek:
Geek:
Geek:
Geek:
Geek:
Geek:
The following questions refer to a simple greeting program. As you see below, I have given each object on the form a name.
Translate the following from English to Geek using the names of the objects when you refer to them. (I will do the first one to get you started).
Geek: The value of the Text property of btnGreet is "Greet."
Geek:
Geek: