Java程序将十进制数转换为八进制值
java.lang.Integer类将原始类型int的值包装在对象中。类型为Integer的对象包含一个类型为int的字段。
Integer类的 toOctalString()方法将整数参数的字符串表示形式返回为以8为底的无符号整数。
示例
import java.util.Scanner;
public class DecimalToOctal {
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.toOctalString(decimal);
System.out.println("Octal value of the given decimal number is ::"+result);
}
}输出结果
Enter a decimal number :: 45 Octal value of the given decimal number is ::55
热门推荐
10 喜得孙子祝福语简短独特
11 离别简短的祝福语大全
12 祝老婆生日祝福语简短
13 国庆中秋祝福语简短搞笑
14 锡婚祝福语简短霸气
15 中秋祝福语送朋友简短
16 长辈生日祝福语简短女性
17 祝福语诗意文案简短
18 老师送的祝福语简短