下列Application程序中,指定v为32位整数类型,求出v的绝对值并输出,请将程序补充完整。 class test19_1 { public static void main(String args[]) {

admin2009-01-15  30

问题 下列Application程序中,指定v为32位整数类型,求出v的绝对值并输出,请将程序补充完整。
    class test19_1 {
         public static void main(String args[]) {
              ______v=-100;
             char ch=______Math.______(v);   
             System.out.println("ch="+ch);
         }
    }

选项

答案int (char) abs

解析
转载请注明原文地址:https://kaotiyun.com/show/I1np777K
0

最新回复(0)