previous | start | next

Self Check

  1. What is the type of the values 0 and "0"?
  2. Which of the following are legal identifiers?
    Greeting1
    g
    void
    101dalmatians
    Hello, World
    <greeting>
  3. Define a variable to hold your name. Use camel case in the variable name.

previous | start | next