万能百科  > 计算机   > 

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

2021-07-20   

[填空题] 下列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

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

标签