What progress did you make today on your solution? What needs to be completed next class?
Today I was given an introduction to Java. I used a code that was fairly simple to run a program that says Hello PBHS!
The code:
public class Hello {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.print("Hello,PBHS!");
}
}
This introduction was really interesting and I am really excited about doing more programs. I am sure that this will be a lot of fun, but also challenging.
Thursday, September 6, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment