Java程序将十进制数转换为十六进制数
java.lang.Integer类将原始类型int的值包装在对象中。类型为Integer的对象包含一个类型为int的字段。
Integer类的toHexString() 方法以整数16(十六进制)形式返回整数参数的字符串表示形式,为无符号整数。
示例
import java.util.Scanner;
public class DecimalTohexadecimal {
public static void main(String args[]){
Scanner sc = new Scanner(System.in);
System.out.println("Enter a decimal number ::");
int decimal = sc.nextInt();
String result = Integer.toHexString(decimal);
System.out.println("Hexa deciimal value of the given decimal number is ::"+result);
}
}输出结果
Enter a decimal number:: 554 Hexadecimal value of the given decimal number is ::22a
热门推荐
10 八一幼儿祝福语大全简短
11 公司乔迁食堂祝福语简短
12 婚礼结束聚餐祝福语简短
13 儿媳买车妈妈祝福语简短
14 毕业送礼老师祝福语简短
15 同事辞职正常祝福语简短
16 恭贺新婚文案祝福语简短
17 金店立秋祝福语简短英文
18 婆婆高寿祝福语大全简短