• 2022-06-19
    题目: 1. public class test ( 2. public static void main (String args[]) { 3. int i = 0xFFFFFFF1; 4. int j = ~i; 5. 6. } 7. ) 程序运行到第5行时,j的值为多少?( )