Hello;

My code is supposed to validate each element of the array to ensure they are within the valid range (50-100).
I can't seem to pass them to the Method.

import java.util.Scanner;
...