79496647

Date: 2025-03-09 21:51:55
Score: 1
Natty:
Report link

you want to be using Array.equals i.e.

Arrays.equals(temp, numArray)

to compare the items in the array (docs), double equals will check if they are the same array reference.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: scigs