HOMELv016 int x = 10; { int x = 5; } このコードの結果は? 2026年1月24日 同一メソッド内で同名ローカル再宣言は不可 System.out.print(1 + 2 + “3”); final int x = 10; x = 20; このコードの結果は?