int numberOfElements = scanner.nextInt(); // getting the number of elements aka. interations of the for-loop int biggest = 0; // assigning the biggest element divisible by 4 for (int i = 0; i < ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results