2
Answers

Working with integer number

Dzung Dakao

Dzung Dakao

12y
1.3k
1
Hi there,

I wonder if any can help me on the following problem.

I have an integer of int iValue = 123;
I'd like to trip this integer into 3 small integers: int iValue1 = 1, int iValue2 = 2, int iValue3 = 3;

anyone have any idea how to do this.

thanks

Answers (2)