Posts by Yan Mendes • 3 points
1 post
-
0
votes1
answer43
viewsA: What’s the highest number. Can’t figure out what’s missing?
The problem is on the line numbers[i] = comparativeNumber; You are assigning the value 0.5 to the number at the i position of the vector and not assigning to comparativeNumber the i-th position.…
javaanswered Yan Mendes 3