Question: ConvertDec_to_Hex-Oct-Bin.c is a simple conversion program that prompts the user for their name and the current date, followed by a prompt for an integer from
ConvertDec_to_Hex-Oct-Bin.c is a simple conversion program that prompts the user for their name and the current date, followed by a prompt for an integer from 1 to 1,000,000. The integer entered will be displayed in hexadecimal, octal, and binary representation. Conversions must be computed algorithmically (i.e. NOT accomplished via format specifiers ). The user is then asked if the output should be saved to a text file. If user replies in the affirmative, a name for the text file is requested. The newly created text file will contain the users name, current date, and output results (see example below).



User Interface: Enter an Integer ( 1 - 1000000) or type x to exit: 240 Decimal: 240 Hexadecimal: FO Binary: 11110000 Save to a file? (y): y Enter file name: cs222 hw3.txt File saved. Enter an Integer (1 - 1000000) or type x to exit: x Good bye
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
