Computer Science, asked by h3lpp1zz, 9 hours ago

Using JAVA programming language, create a number system conversion application that will do the following: Convert decimal to binary and Convert decimal to octal and Convert decimal to hexadecimal
This is the SAMPLE OUTPUT:

NUMBER SYSTEMS APP (BINARYNUMBER SYSTEMS)

Operations:

Press [1] –Binaryto DecimalConversion
Press [2] –Binaryto Octal Conversion
Press [3] –Binaryto Hexadecimal Conversion

Select operation: 2
Enter binary: 110011
Octalequivalent is 63

Attachments:

Answers

Answered by Anonymous
0

Answer:

system.out.println("java is case sensitive")

Similar questions