Question: Write a menu driven program to convert numbers between decimal, binary, octal and hexadecimal systems. Your program should ask the user to choose the input
Write a menu driven program to convert numbers between decimal, binary, octal and hexadecimal systems. Your program should ask the user to choose the input data format, and then convert it to all the other formats and show on the screen. The program should work with whole numbers only (no fractions required). The user should be able to convert as many numbers as they wish. The program will be terminated when the user chooses an exit option. In addition, at the beginning of the program, ask the user for their name (ask for full name). Convert the name into a decimal number by finding the sum of the ASCII values of the characters in the name (include any spaces between first, middle (if any) and last names). Then show the value of their name in all the formats specified above. Required documents: Please upload the source codes for your programs (.java file). Also, create a video that shows the codes and explain it using voice. Then show the execution of the programs in the recorded video as well with the different options. The length of the video would be about 3-4 minutes. Upload the video on any platform of your choice and set the view permission to public so that it can be graded. Once graded, the video can be removed, if desired. DO NOT upload the video on Blackboard. Instead, upload a link to the video.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
