how do i create an array where I want there to be 8 values in an array but the user inputs them?
this is what i have so far
import javax.swing.JOptionPane;
public class Southside Report {
public static void main(String[] args) {
int FINAL MIN_STAFF = 7;
int total_staff = 0;
double[] num_students = 8;
