HOMELv019 boolean b = false; if(b = true) System.out.print(“T”); else System.out.print(“F”); 2026年1月24日 代入でbがtrueになりTを表示 String s = “123”; int i = Integer.parseInt(s); iの値は? アノテーションの開始記号はどれか。