int b=Integer.parseInt("444",16);
System.out.println(b);
Output:1092
How will this output come?
How will the answer come as 1092?
Answers
Answered by
16
4*256+4*16+4*1
1092
4*(16**2)+4*(16**1)+4*(16**0)
It states that the given number is in hexadecimal format
We have to convert it to decimal format
1092
4*(16**2)+4*(16**1)+4*(16**0)
It states that the given number is in hexadecimal format
We have to convert it to decimal format
RohitSaketi:
we should not chat in comments box its against rules
Answered by
0
Answer:
Hello I am nandini text me . I need your help its urgent please.
Explanation:
Similar questions