Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

...