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

1 Expert Approved Answer
Step: 1 Unlock

Solution CODE include using namespace std void decToBinaryint n int binaryNum100 in... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!