Data types
Which of the following is/are true?
- You must assign a numeric value to the Text property of a label
- You must assign a boolean value to the Text property of a label
- You must assign a fixed point value to the Text property of a label
- You must assign a floating point value to the Text property of a label
- You must assign a string value to the Text property of a label
- You must assign a numeric value to the Visible property of a label
- You must assign a boolean value to the Visible property of a label
- You must assign a fixed point value to the Visible property of a label
- You must assign a floating point value to the Visible property of a label
- You must assign a string value to the Visible property of a label
- You must assign a numeric value to the Top property of a label
- You must assign a boolean value to the Top property of a label
- You must assign a fixed point value to the Top property of a label
- You must assign a floating point value to the Top property of a label
- You must assign a string value to the Top property of a label
- None of the above -- you have the flexibility to assign whichever is appropriate for the program you are writing
Explain your answers.
Would it make sense to assign a string value like "hoho" to a numeric property like the Height of a TextBox? Explain your answer.
Is your social security number a numeric value or a text value? Explain your answer.
Is your age a numeric value or a text value? Explain your answer.
Is your telephone number a numeric value or a text value? Explain your answer.