i need to make a program that will identify the values of ABCDE that will result to EDCBA if you will multiply it with 4.
looks like this: ABCDE x 4 = EDCBA
i already have the values, it's 21978 x 4 = 87912
but i dont know how to make a program that can identify the values of ABCDE.
can you help me?.