- 1
How to find all the factors of a number in java using function (return statement) in java ?
2 odpowiedzi
0
So you would like to input something like [16] and get [1, 2, 4, 8, 16] as output?
0
You need to create a method and pass in arguments and return your array.