Question: C++ programing (Visual Studio) Write a program to convert a Decimal number of any value inputted by the user to a Type_4 number. Type_4 definitions:
C++ programing (Visual Studio)
Write a program to convert a Decimal number of any value inputted by the user to a Type_4 number. Type_4 definitions: This number just have 4 digits: 0,1, 2, 3 Example: Decimal: 15 25/4 = 6 6/4 = 1 1/4 = 0 25% 4 = 1 6% 4 = 2 1% 4 = 1 Type_4 = 121
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
