[填空題] 下列Application程序中,指定v為32位整數(shù)類型,求出v的絕對值并輸出,請將程序補充完整。 class test19_1 public
2021-07-20
[填空題] 下列Application程序中,指定v為32位整數(shù)類型,求出v的絕對值并輸出,請將程序補充完整。
class test19_1
public static void main(String args[])
______v=-100;
char ch=______Math.______(v);
System.out.println("ch="+ch);
正確答案:
int (char) abs
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。