問答題編寫一個方法, 將十進(jìn)制數(shù)轉(zhuǎn)換成十六進(jìn)制字符串,方法頭如下:public static String convertDecimalToHex(int value)使用十進(jìn)制數(shù)298和9123測試該方法。

您可能感興趣的試卷