Journal Questions
Submitted by JoshFishburn on Thu, 07/05/2007 - 10:44am
Day 4:
- Programming is: hard, okay, easy
- What does the following code do:
int tempX = 10 ;if (tempX < 5){System.out.println("hi") ;}else{System.out.println("bye") ;}
- Do you like programming: why or why not?
- What is a game?
»