Kotlinlearncs.online LogoJava
Return to List

Homework: Array Double Upper

Created By: Chris Taylor
/ Version: 2023.7.0

Write the recursive method, arrayDoubleUpper, that accepts two arguments and, when called by the provided arrayDoubleUpper(int[] nums) method, returns the same array of ints where each int in the returned array is double the value of the original element. You may assume that the array passed is not null.

Related Lessons

Stuck? You may find these lessons helpful: