万能百科  > 所属分类  > 

下列Application程序中,指定v为32位整数类型,求出v的绝对值并输出,请将程序补充完整。class test1

下列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) absint (char) abs

词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。

标签