How can i code in java using Two-dimensional Arrays
Method to input data from the data file
Method to display the table (Please align columns, but no need to use borders, line separators, etc.)
Method to compute the average of each row and display it
Method to compute the average of each column and display it
Method to compute the overall average
program does NOT require create a user-defined class (reference type). create 3 parallel arrays (one for the names, one for the scores, and one for the deviations) in your main method.
create methods for the input, for the output, for the average,
and for the deviation calculation. These methods will be called from method main.
This is my input file data:
88 90 94 102 111 122 134
75 77 80 86 94 103 113
80 83 85 94 100 111 121
68 71 76 85 96 110 125
77 84 91 98 105 112 119
81 85 90 96 102 109 120