万如意


私信TA

用户名:uq_96396066809

访问量:17229

签 名:

等  级
排  名 150
经  验 7280
参赛次数 0
文章发表 74
年  龄 18
在职情况 学生
学  校 湖北生物科技职业学院
专  业 计算机应用

  自我简介:

解题思路:

注意事项:记得把结果的小写字母转换为大写

参考代码:

import java.util.Arrays;
import java.util.Scanner;

public class Main {
	public static void main(String[] args) {
		 Scanner sc=new Scanner(System.in);
	        //接收个十进制数
	        int a = sc.nextInt();
	        //调用toHexString十进制转十六进制方法
	        System.out.println(Integer.toHexString(a).toUpperCase());
	}
}


 

0.0分

2 人评分

  评论区

  • «
  • »