Student\'s names(String[]) and corresponding marks(int[]) are stored in different arrays.
How may I iterate over both arrays together using for each loop in Java ? <
If them both have the same size, I would write:
for(int i = 0; i