以下代码的调试结果为?1: public class Q102: {3: public static void main(String[] args)4: {5: int i = 10;6: int j = 10;7: boolean b = false;8:9: if( b = i == j)10: System.out.println(\True\);11: else12: System.out.println(\False\);13: }14: }

时间:2022-11-15 21:41:42

相似题目