read java text having field name and scores for different subject as array making objct for eah calculate...
$begingroup$
by using arraylist to store each object with name and scores of subject
Class Student{
private String name;
private int marks=new int[5];
}
now we have to read the text and fetch from the text
like
Eddie 54 56 78 98 29
Avi 98 76 56 98 23
java
New contributor
$endgroup$
put on hold as off-topic by Heslacher, Jamal♦ 2 mins ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Heslacher, Jamal
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
$begingroup$
by using arraylist to store each object with name and scores of subject
Class Student{
private String name;
private int marks=new int[5];
}
now we have to read the text and fetch from the text
like
Eddie 54 56 78 98 29
Avi 98 76 56 98 23
java
New contributor
$endgroup$
put on hold as off-topic by Heslacher, Jamal♦ 2 mins ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Heslacher, Jamal
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
$begingroup$
by using arraylist to store each object with name and scores of subject
Class Student{
private String name;
private int marks=new int[5];
}
now we have to read the text and fetch from the text
like
Eddie 54 56 78 98 29
Avi 98 76 56 98 23
java
New contributor
$endgroup$
by using arraylist to store each object with name and scores of subject
Class Student{
private String name;
private int marks=new int[5];
}
now we have to read the text and fetch from the text
like
Eddie 54 56 78 98 29
Avi 98 76 56 98 23
java
java
New contributor
New contributor
New contributor
asked 4 mins ago
Avinash RanaAvinash Rana
1
1
New contributor
New contributor
put on hold as off-topic by Heslacher, Jamal♦ 2 mins ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Heslacher, Jamal
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by Heslacher, Jamal♦ 2 mins ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Heslacher, Jamal
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes