0

Anyone know how to build a array table in java with 5 columns.

Columns are: student number(auto generated), first name, last name, marks, grade. The names and marks shud be read from the user

11th Mar 2020, 6:21 PM
Promise Nuel
3 Answers
11th Mar 2020, 7:22 PM
Sumit Programmer😎😎
Sumit Programmer😎😎 - avatar
+ 1
If you have JDBC then I think that it would be a cake walk to get the result you are expecting. It could also be done using Java alone but the alignment would be a problem. If you wrote some code regarding this then do share it here so that it becomes easy for us to rectify the errors. I'm saying this because getting the input from the user and stuff should be easy, just the displaying part has to be taken care. Also do not expect for answers without sharing the efforts you have made. Thank you. https://www.sololearn.com/discuss/1316935/?ref=app
11th Mar 2020, 6:29 PM
Avinesh
Avinesh - avatar
0
anyone with the answer?
11th Mar 2020, 6:22 PM
Promise Nuel