Journal Questions

Day 4:

  1. Programming is: hard, okay, easy
  2. What does the following code do:
    int tempX = 10 ;
    if (tempX < 5)
    {
    System.out.println("hi") ;
    }
    else
    {
    System.out.println("bye") ;
    }
  3. Do you like programming: why or why not?
  4. What is a game?