|
Java Projects
I'm taking a java course, and this is my first programing course ever. I wanted to know if someone would be able to help me write a program using simple java language? I would love any help!
Problem #1
Write a program to convert a decimal number to hexadecimal. You will have to use a switch statement to print A through F corresponding to hexadecimal numbers.
Thanks Much
|