วันพฤหัสบดีที่ 30 สิงหาคม พ.ศ. 2550

week2

เรียนรู้ การประมวลผลใน java
public class jak_week2 {
public static void main(String [] args){
System.out.println("Rectangle area = 1/2 * base / hight" );
System.out.println("Base = " + 10 );
System.out.println("Hight = " + 20 );
System.out.println("Rectangle area = " + ( 1.0/2 * 10 * 20 ) );
}
}
down load here
http://www.uploadtoday.com/download/?30a781f4c34e1a5e704829951a1e79f3

ไม่มีความคิดเห็น: