Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Please give me a complete answer to this quetion.........

  1. #1
    Junior Member
    Join Date
    May 2013
    Location
    Srilanka
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Please give me a complete answer to this quetion.........

    Develop a program to demonstrate the following Student information system.

    1. Create a class called GetStudentInformation and it has the following features.

    i. Input the class name (A, B, C,) and the grade (Grade1, Grade2,…….)

    ii. Input total Number of students from the given class.

    iii. Student id will be auto generated by the system.

    iv. Each student attends for 5 examinations and subjects are given in the table.

    Subject name---------------------------Subject Code

    Mathematics----------------------------------200
    Science---------------------------------------202
    Physics---------------------------------------198
    Information Technology------------------------245
    Commerce -----------------------------------355


    2. The user (Staff member of the School-(XYZ)) will be using the class called GetStudentMarks to input the marks for total number of students from the given class. The GetStudentMarks class will be having an abstract method which can be used to display the information of one student.

    3. Calculate the total marks for each student and store the information about each student in a file system.
    Attached Images Attached Images


  2. #2
    Junior Member
    Join Date
    May 2013
    Location
    Srilanka
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Please give me a complete answer to this quetion.........

    Please give me a complete answer to this quetion.........
    Develop a program to demonstrate the following Student information system.

    1. Create a class called GetStudentInformation and it has the following features.

    i. Input the class name (A, B, C,) and the grade (Grade1, Grade2,…….)

    ii. Input total Number of students from the given class.

    iii. Student id will be auto generated by the system.

    iv. Each student attends for 5 examinations and subjects are given in the table.

    Subject name---------------------------Subject Code

    Mathematics----------------------------------200
    Science---------------------------------------202
    Physics---------------------------------------198
    Information Technology------------------------245
    Commerce -----------------------------------355


    2. The user (Staff member of the School-(XYZ)) will be using the class called GetStudentMarks to input the marks for total number of students from the given class. The GetStudentMarks class will be having an abstract method which can be used to display the information of one student.

    3. Calculate the total marks for each student and store the information about each student in a file system.

  3. #3
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Please give me a complete answer to this quetion.........

    Do you have any specific questions about your assignment?
    Please post your code and any questions about problems you are having.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replies: 3
    Last Post: March 9th, 2013, 07:22 PM
  2. Please give the solution
    By Abdul Matheen in forum Android Development
    Replies: 0
    Last Post: November 29th, 2012, 01:38 AM
  3. Replies: 4
    Last Post: February 23rd, 2011, 09:20 AM
  4. New give thanks feature
    By JavaPF in forum The Cafe
    Replies: 0
    Last Post: April 11th, 2009, 11:14 AM