read java text having field name and scores for different subject as array making objct for eah calculate...












-1












$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










share|improve this question







New contributor




Avinash Rana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$



put on hold as off-topic by Heslacher, Jamal 51 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.


















    -1












    $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










    share|improve this question







    New contributor




    Avinash Rana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.







    $endgroup$



    put on hold as off-topic by Heslacher, Jamal 51 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.
















      -1












      -1








      -1





      $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










      share|improve this question







      New contributor




      Avinash Rana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.







      $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






      share|improve this question







      New contributor




      Avinash Rana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Avinash Rana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Avinash Rana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 53 mins ago









      Avinash RanaAvinash Rana

      11




      11




      New contributor




      Avinash Rana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Avinash Rana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Avinash Rana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      put on hold as off-topic by Heslacher, Jamal 51 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 51 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.






















          0






          active

          oldest

          votes

















          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes

          Popular posts from this blog

          How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

          is 'sed' thread safe

          How to make a Squid Proxy server?