Java程序将二进制数转换为十进制值
java.lang.Integer类将原始类型int的值包装在对象中。类型为Integer的对象包含一个类型为int的字段。
Integer类的parseInt(Stringstr,radixr)方法将给定的字符串参数解析为第二个参数指定的基数中的有符号整数,并将其返回。
示例
import java.util.Scanner;
public class BinaryToDecimal {
public static void main(String args[]){
Scanner sc = new Scanner(System.in);
System.out.println("Enter a binary number ::");
String binary = sc.next();
int decimal = Integer.parseInt(binary, 2);
System.out.println("Decimal value of the given binary number is ::"+decimal);
}
}输出结果
Enter a binary number :: 101001 Decimal value of the given binary number is ::41
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短