AP Computer Science

Monday, September 04, 2006

WEEK 1

Discussed basic concepts behind computers and programming in the Java language.
Familiarized ourselves with using Textwrangler programmer's editor.
Learned how to compile and run a Java program.
Learned the difference between System.out.print() and System.out.println()
Formatted output using the tab escape character (/t).
Learned how to declare and use variables.
Learned about the following data types: int, String, char, double, boolean
Learned variable and constant naming conventions.
Learned how to read input from the keyboard using the Scanner class.

Java programs:

Hello.java
Hello2.java
Schedule.java
AreaRectangle.java
AreaRectangle2.java
PerimeterRectangle.java
PerimeterRectangle2.java

Program2_2.java (group work)
Program2_3.java
Program2_5.java

0 Comments:

Post a Comment

<< Home