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 2 of 2

Thread: Need help for Java program

  1. #1
    Junior Member
    Join Date
    Nov 2020
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need help for Java program

    Hello i have a java program for school and i have been trying and i cant solved, please help.
    The program is to create an app for calculating average of students studies.
    The class Student needs to be extended by class Man
    Student has to have an array from grades. Every grade has to have a subject, date of exam, and the grade.
    There have to be getters and setters in every class and also toString() method.
    There has to be a method at the class Student that puts the grade into the array.
    And in Student there has to be a method that calculates the average of the grades.

  2. #2
    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: Need help for Java program

    What have you tried? What specific java programming questions do you have?

    Please wrap any posted code with code tags:

    [code]
    **YOUR CODE GOES HERE**
    [/code]

    to get highlighting and preserve formatting.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Invoke a Java program with windows program
    By jackhard in forum Object Oriented Programming
    Replies: 1
    Last Post: February 21st, 2013, 07:16 AM
  2. convert java program to java ME program
    By abhishek1212 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: February 4th, 2013, 03:22 PM
  3. Replies: 2
    Last Post: January 18th, 2013, 11:12 AM
  4. Replies: 1
    Last Post: January 17th, 2013, 07:04 AM
  5. Replies: 1
    Last Post: July 8th, 2012, 10:23 AM

Tags for this Thread