Feeds
提问
Why is this code "running without output"?
This code gives me no output... with the input of (4, [10, 20, 30, 40]), I am expecting the output of [30, 50, 70, 40]. Although...
7 years 前 | 2 个回答 | 0
2
个回答提问
How to modify an array's elements using another element?
I need to write a for loop that will set each array element in bonusScore to the sum of itself and the next element (except for ...
7 years 前 | 1 个回答 | 1
