Question: Write a C++ program that prompts user to enter a number. Define two functions (a) void dectobin(int) and (b) void dectooct(int). Each function should take
Write a C++ program that prompts user to enter a number. Define two functions (a) void dectobin(int) and (b) void dectooct(int). Each function should take the decimal number entered by the user as an argument and print the (a) binary (b) octal equivalent of the number respectively using stack.
Step by Step Solution
3.45 Rating (155 Votes )
There are 3 Steps involved in it
Solution CODE include using namespace std void decToBinaryint n int binaryNum100 in... View full answer
Get step-by-step solutions from verified subject matter experts
