...
Although it may appear that i_array[2]
is assigned the decimal value 42, it is actually assigned the decimal value 34.
Compliant
...
Solution
To avoid using wrong values and to make the code more readable, do not preface constants with zeroes if the value is meant to be decimal:
...