Convert Decimal to Hexadecimal Program in Java

Advertisements

Prev Tutorial Next Tutorial

Convert Decimal to Hexadecimal Example in Java

There are two way to convert decimal to hexadecimal in java using predefined method 'toHexString()' and crate own logic.

Convert Decimal to Hexadecimal in Java

import java.util.Scanner;

public class DecimalTOHexadecimal
{
 public static void main(String[] args) 
{

 //user Scanner class to read data from keyboard
 Scanner sc = new Scanner(System.in);
 System.out.println("Enter any Integer: ");
 int i = sc.nextInt();
 Integer io = Integer.valueOf(i);
 String st = Integer.toBinaryString(i);

 System.out.println("Hexa Decimal for "+i+" is: "+io.toHexString(i));
 }
}

Output

Enter any Integer: 10
Hexa Decimal for 10 is: A

Syntax to compile and run java program

Syntax

for compile -> c:/>javac DecimalTOHexadecimal.java
for run -> c:/>java DecimalTOHexadecimal

Prev Tutorial Next Tutorial

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements