Read and Display Input Using 2D array Java -


i totally new in java 2d array. , trying project a) ask student number b) ask name c) ask exam marks d) display of results.

thanks , appreciated if kind enough provide me solution.

thanks.

i won't directly give code because not here assignment. however, can give hints.

the choice of 2d array might not right option you, because suspect you're gonna use way: 1 dimension indexing students, 2nd dimension indexing properties of student.

a more java-like approach (or oop approach) create objects representing students, , read 1d array of student objects instead.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -