I need to develop a Java algorithm that returns the following sequence:
9, 16, 25, 36, 49 ...
I have already identified that the default is as follows:
9 = 3²
16 = 4²
25 = 5²
36 = 6²
Values must be stored in ArrayList and b...
asked by
02.04.2016 / 22:24