Home » Java Programming » Language Fundamentals

Which three are legal array declarations? int [] myScores []; char [] myChars; int [6] myScores; Dog myDogs []; Dog myDogs [7];

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!