1. Modify the code in Program 4 to let the program change any…
Question Answered step-by-step 1. Modify the code in Program 4 to let the program change any… 1. Modify the code in Program 4 to let the program change any decimal number to its equivalent binary number. 2. Change the code in Program 4 to let the program change any decimal number to its equivalent octal number.Image transcription textProgram 4 A decimal to hexadecimal converter program The application program to change a decimal numberto its * hazadacinal equivalent. #include “stack.cpp” int main ( ) 19 # Instantiation of a Stack object10 Stack


