Just having issues creating these arrays of students. Have 3 seperate java files and im tring to generate a random number for three students. Im getting an error saying that “doCAs” is not recognized. location: class CaTester .\CaTester.java:17: error: cannot find symbol doCAs.Student[3] = Students[3].number; ^ Im getting the same error wherever i place theRead more