CS-341: Lab 1         Sudharsan Iyengar        Spring     1/9/2024

 

Write a Java application to request an integer value from the user. You must write the conversion routine – not use an method.

·        Display the number and its binary equivalent.

·        Display all the numbers between 0 and the user input and their binary equivalent.

·        Display the number and its Hexadecimal equivalent.