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
热门推荐
3 祝福语简短的微信
10 幼儿祝福语大全简短贺卡
11 感谢教官文案祝福语简短
12 鼠年同事祝福语简短创意
13 元旦祝福语 简短独特群发
14 妈咪跟我生日祝福语简短
15 给儿子新婚祝福语简短
16 伴娘祝福语长文案简短
17 恭喜高考完祝福语简短
18 生日祝福语送老公简短