- :
Check Your Understanding:
  1. 1. When using a variable, you must specify two things. They are:
  2. Type and Value
    Name and Value
    Type and Name
    Sensor Type and Name
  3. 2. Which of these is an Integer?
  4. 1.7
    1.0
    -1
    2.5
  5. 3. Which of these is not a character?
  6. ‘1’
    ‘$’
    ‘2’
    ‘3.0’
  7. 4. Which of these is not a string?
  8. “A”
    “Bee”
    “Cee”
    “Dee”
  9. 5. Which of these is a propper variable name?
  10. Line Counter
    LineCounter1
    Line Counter 1
    1 LineCounter
  11. 6.The assignment of a String must include:
  12. The word, string, a double equal sign and the characters in the string
    The word, string, a double equal sign and the characters in the string surrounded by single quotes
    The word, string, a single equal sign and the characters in the string
    The word, string, a single equal sign and the characters in the sting, surrounded by double quotes