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 byeStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started