Visual Basic-Puzzle 2
Across
- 2. _____Button is the control in which the user can choose only one item out of given items.
- 6. Property of Checkbox control indicates whether the CheckBox is checked or not.
- 7. are special symbols that are used to perform calculations, make comparisons and check logical conditions.
- 8. A ______refers to a memory location where data is stored temporarily.
- 10. operators are used to combine two or more conditions.
Down
- 1. Data type is used to store integer values, ranging from -32768 to +32768.
- 3. data type is used to store date and time values.
- 4. statements are used to control the execution of a program.
- 5. operators are used to compare two values.
- 9. Statement is used to Declare a variable in Visual Basic.