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: grading system calculator

  1. #1
    Junior Member
    Join Date
    Mar 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default grading system calculator

    Write a java program that calculate the grade point of three subjects and their credit hours through if the grade points and the credit hours are
    Subject---grade---gradepoint-----credit hours
    Maths------A--------4.0---------3

    English composition-----B-------3.0-----2

    French-----B+ ---- 3.3----------3

    Now,if the grade point is equal to 4 ,print out First class
    If the grade point is equal or greater than 3.0 but less than 4,print out Second class upper
    If the grade point is equal or greater than 2.0 but less than 3,print out second class lower
    Use the if-else-if statement


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: grading system calculator

    Welcome to the Forum! Please read this topic to learn how to post code correctly and other useful tips for newcomers.

    We can't do it for you. Make an effort, and post your code with errors you want help with and specific questions.

  3. #3
    Junior Member
    Join Date
    Mar 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: grading system calculator

    thank you very i will do that .

Similar Threads

  1. [SOLVED] Grading Program
    By greg2186 in forum What's Wrong With My Code?
    Replies: 9
    Last Post: September 6th, 2012, 10:36 AM
  2. Student Grading
    By happychild in forum What's Wrong With My Code?
    Replies: 4
    Last Post: September 14th, 2011, 12:09 PM
  3. grading program help
    By devilhanzou in forum What's Wrong With My Code?
    Replies: 6
    Last Post: February 14th, 2011, 09:01 AM
  4. Grading
    By BuhRock in forum Java Theory & Questions
    Replies: 5
    Last Post: April 18th, 2010, 05:05 PM
  5. [SOLVED] Problem with Grading calculator in java program
    By Peetah05 in forum What's Wrong With My Code?
    Replies: 23
    Last Post: March 28th, 2009, 04:25 PM