Question: Write a C++ program that asks the user to input a decimal integer (i) and an integer radix from 2 to 16 (r) and outputs
Write a C++ program that asks the user to input a decimal integer (i) and an integer radix from 2 to 16 (r) and outputs the value of i in radix r (base r). (HINT: use repeated division by base r)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
