Arslan
01/24/2020, 9:51 AMantoniomarin
01/24/2020, 9:53 AMkyleg
01/28/2020, 4:59 AMint[]
.
Question answered appears to be “what is the sum of all the numbers missing from the array that lie between min(array) and max(array)” It returns int
.
And then if that is the case, the logic is not sound:
passing in an empty array, it will return 1. Passing in an array {100}, it will return -97
.Arslan
01/28/2020, 5:15 AMantoniomarin
01/28/2020, 8:51 AMArslan
01/28/2020, 3:38 PM