.1:
To input the scores of 5 students and display them in
reverse order Eg of trauersal
Answers
Answered by
0
/*whole thing is a comment line translate to program your self
import java.util.*;
make an array list
add inputted numbers in to the arlist
use
Collections.reverse();
method
then print the arraylist
its that simple
*/
Similar questions