Javaやらないか(超初心者向け)at TECHJavaやらないか(超初心者向け)
- 暇つぶし2ch68:デフォルトの名無しさん 09/05/03 16:58:48 >>62 //Test3.java; public class Test3{ public static void main(String args[]) { int a = 3; if (a == 3) { System.out.println("a is 3."); } else { System.out.println("a is not 3."); } } }