Thread: Assignment deadline

  1. #1
    Registered User
    Join Date
    Nov 2012
    Posts
    1

    Post Assignment deadline

    Can anyone give me some tips for this assignment, programming isn't a strong point of mine and it's not where I'm looking to go but it's required for my course, even though this assignment is very basic I'm still having trouble with it

    Brief/Task:

    • You are required to write a program (java class) for entering Leaving Cert grades for two students and calculating the points each achieved.
    • The user should be asked to enter each student’s name and enter six grades for each student. Use a loop, which will execute six times, to take in the grades.
    • Use a while loop for one student and a for loop for the other student.
    • Calculate the number of points achieved by each student.

    (Use the following web site as a guide to points calculation
    CAO - Irish Leaving Certificate Examination Points Grid)

    • Tell the user the highest and lowest and average number of points for each student.
    • Tell the user the name of the student that got the highest points scored or if both students got the same points score.


    Any help at all is greatly appreciated guys

  2. #2
    SAMARAS std10093's Avatar
    Join Date
    Jan 2011
    Location
    Nice, France
    Posts
    2,694
    See what happened on this post.The poster posted his attempt and soon he will receive an answer..

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    > Can anyone give me some tips for this assignment, programming isn't a strong point of mine
    Nor is reading it seems.

    > You are required to write a program (java class) for entering Leaving Cert grades for two students and calculating the points each achieved.
    At what point did you decide that a site called cprogramming.com, where all the forums are about C programming, and NONE of them mention Java programming, that this would be a good place to ask about Java programming?

    Moved to another sub-forum.
    It's the best you can expect, but my suggestion would be to find a forum where "Java" at least appears in the URL or the top-level forum titles.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  4. #4
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    Quote Originally Posted by Salem View Post
    my suggestion would be to find a forum where "Java" at least appears in the URL or the top-level forum titles.
    I'll bet a search of popular java forums would turn up this same post.

  5. #5
    Registered User
    Join Date
    Jun 2005
    Posts
    6,815
    Sorry, you haven't specified the deadline. If you don't specify that, we can't wait until after the deadline to produce an answer.
    Right 98% of the time, and don't care about the other 3%.

    If I seem grumpy or unhelpful in reply to you, or tell you you need to demonstrate more effort before you can expect help, it is likely you deserve it. Suck it up, Buttercup, and read this, this, and this before posting again.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. [C++0x] Comments to the FCD approaching deadline
    By Mario F. in forum General Discussions
    Replies: 0
    Last Post: 07-19-2010, 06:53 AM
  2. Can someone please help deadline tomorow
    By scott1990 in forum C Programming
    Replies: 47
    Last Post: 06-02-2010, 04:55 PM
  3. S2 assignment
    By pelisa in forum C++ Programming
    Replies: 1
    Last Post: 04-19-2010, 11:48 AM
  4. Car assignment help
    By anik18 in forum C Programming
    Replies: 4
    Last Post: 05-09-2009, 09:40 PM
  5. Replies: 3
    Last Post: 04-26-2009, 08:54 AM