วันอาทิตย์ที่ 27 พฤษภาคม พ.ศ. 2555

บทที่ 10 การใช้ if else


public class ifelesif2 {
public static void main(String[] args){
int x = 3;
 
if (x==3){
System.out.println("true");
}else{
System.out.println("false");
}
}


}





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

แสดงความคิดเห็น