Hi. I need some help with an arrays. I have an array:
Code:
array[3] = {1, 2, 3}
, and i want to make the number from the numbers in the array, in this case 1 * 100 + 2 * 10 + 3 * 1 = 123. Cone somebody help me please?
Thank you a lot.