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
3 Answers
+ 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
0
anyone with the answer?