CourseMarks Application: Can Someone Please Help With A Java App...?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael Lauzon

    CourseMarks Application: Can Someone Please Help With A Java App...?

    A while back, I had a program that I was working on, while taking Java
    in a Web Design & Development course -- this was back in 1999 -- not
    having the mindset of a programmer I failed that part of the course
    misrably. I had to do the following program, but you can see why I
    failed, I only managed to write to lines of code. I am wondering if
    there is anyone who can write it to the following criteria, maybe even
    make it graphical...I am hoping to try and write an XML backend to it
    like I wanted to do in 1999; unfortunately I lost the code that
    someone was nice enought to supply after I failed that part of the 6
    month course...so if anyone can help please let me know. I want to try
    learning Java again, but it would be cool to see the following in
    working order again. If you're wondering why I still have the
    following, I just found it again while going through my Experts
    Exchange postings.


    import java.awt.*;

    public class CourseMarks extends Applet {

    Of course I think this is wrong, but here is what I need done:

    Define a class (data structure) to represent the people taking a
    course. For each person, you should record their name, their mid-term
    mark, their final mark, and any other information you think is
    relevant (hint: how do you find all the people in the class?)

    A) The Applet/Program must be called CourseMarks

    B) Write the class in Java

    C) Create a variable called courseList to record students of a
    specific course, then write code to initialise it with information
    about three students.

    D) Letter grades are to be awarded to the people taking the course,
    and you have to write a method to translate the final mark to a letter
    grade for each person. Letter grades are awarded as follows: 0-49.99 =
    F, 50-59.99 = E, 60-69.99 = D, 70-79.99 = C, 80-89.99 = B, 90-94.99 =
    A, 95 and up = A+. Write a method in Java and show how you would
    invoke it on courseList

    E) Write a method to compute the class average for the mid-term mark
    (hint: follow your links), and show how you would invoke it on
    courseList.


    Thanks,

    Michael Lauzon, Founder
    The Quill Society

    mlauzon@quillso ciety.org
  • John Davison

    #2
    Re: CourseMarks Application: Can Someone Please Help With A JavaApp...?

    Michael Lauzon wrote:
    [color=blue]
    > failed, I only managed to write to lines of code. I am wondering if
    > there is anyone who can write it to the following criteria, maybe even
    > make it graphical...I am hoping to try and write an XML backend to it
    > like I wanted to do in 1999; unfortunately I lost the code that[/color]

    So you're going to write an XML backend? In Java? If you can do that,
    then why can't you finish this simple program?
    [color=blue]
    > import java.awt.*;
    >
    > public class CourseMarks extends Applet {[/color]

    That's pretty close man. Almost there.

    Seriously. Maybe you're looking to *hire* someone to do the work for
    you? Perhaps you should try e-lance.com, or some similar service.

    - john

    Comment

    • Andrew Thompson

      #3
      Re: CourseMarks Application: Can Someone Please Help With A Java App...?

      On Wed, 26 May 2004 13:56:18 -0400, John Davison wrote:
      [color=blue][color=green]
      >> import java.awt.*;
      >>
      >> public class CourseMarks extends Applet {[/color]
      >
      > That's pretty close man. Almost there.[/color]

      LOL.

      I was wonderring what response this post
      actually deserved, and I think you got
      it in a nutshell.

      The bit I love *best* though,
      about the original post was..

      "A) The Applet/Program must be called CourseMarks"

      Like ..5 years after failing the course,
      it *must* be called CourseMarks.
      I see, ..sure. ;-)

      [x-posted thread F'Ups set to c.l.j.programme r ]

      --
      Andrew Thompson
      http://www.PhySci.org/ Open-source software suite
      http://www.PhySci.org/codes/ Web & IT Help
      http://www.1point1C.org/ Science & Technology

      Comment

      • Michael Lauzon

        #4
        Re: CourseMarks Application: Can Someone Please Help With A Java App...?

        Andrew Thompson <SeeMySites@www .invalid> wrote in message news:<1p69x4ww3 bm8s$.5alvws57c lmb.dlg@40tude. net>...[color=blue]
        > On Wed, 26 May 2004 13:56:18 -0400, John Davison wrote:
        >[color=green][color=darkred]
        > >> import java.awt.*;
        > >>
        > >> public class CourseMarks extends Applet {[/color]
        > >
        > > That's pretty close man. Almost there.[/color]
        >
        > LOL.
        >
        > I was wonderring what response this post
        > actually deserved, and I think you got
        > it in a nutshell.
        >
        > The bit I love *best* though,
        > about the original post was..
        >
        > "A) The Applet/Program must be called CourseMarks"
        >
        > Like ..5 years after failing the course,
        > it *must* be called CourseMarks.
        > I see, ..sure. ;-)
        >
        > [x-posted thread F'Ups set to c.l.j.programme r ][/color]



        Screencap of my question which is exactly 5yrs and 2 days ago:



        You've been owned idiot!

        Comment

        • Michael Lauzon

          #5
          Re: CourseMarks Application: Can Someone Please Help With A Java App...?

          John Davison <nospamplease@c inci-solutions.com> wrote in message news:<10b9mi3af mi0810@corp.sup ernews.com>...[color=blue]
          > Michael Lauzon wrote:
          >[color=green]
          > > failed, I only managed to write to lines of code. I am wondering if
          > > there is anyone who can write it to the following criteria, maybe even
          > > make it graphical...I am hoping to try and write an XML backend to it
          > > like I wanted to do in 1999; unfortunately I lost the code that[/color]
          >
          > So you're going to write an XML backend? In Java? If you can do that,
          > then why can't you finish this simple program?
          >[color=green]
          > > import java.awt.*;
          > >
          > > public class CourseMarks extends Applet {[/color]
          >
          > That's pretty close man. Almost there.
          >
          > Seriously. Maybe you're looking to *hire* someone to do the work for
          > you? Perhaps you should try e-lance.com, or some similar service.
          >
          > - john[/color]


          The by the backend you idiot, I meant the DTD or Schema...stupid
          American fruitcake -- and by 'fruitcake' I mean gay!

          Comment

          • Chris Smith

            #6
            Re: CourseMarks Application: Can Someone Please Help With A Java App...?

            Michael Lauzon wrote:[color=blue]
            > The by the backend you idiot, I meant the DTD or Schema...stupid
            > American fruitcake -- and by 'fruitcake' I mean gay![/color]

            Wow, you've got serious problems. You're not encouraging anyone to help
            you.

            --

            The Easiest Way to Train Anyone... Anywhere.

            Chris Smith - Lead Software Developer/Technical Trainer
            MindIQ Corporation

            Comment

            • Craig Hennessey

              #7
              Re: CourseMarks Application: Can Someone Please Help With A Java App...?

              Michael Lauzon wrote:[color=blue]
              > Screencap of my question which is exactly 5yrs and 2 days ago:
              >
              > http://www.quillsociety.org/images/GCS0002a.JPG
              >
              > You've been owned idiot![/color]

              What? You have still got your coding to do...
              you do not deserve a mark at all for getting others to do your coursework.
              Go do it yourself, or de-register from your course. Just imagine getting
              employed by a company, proving yourself with this qualification.. . It is
              fraud.

              --
              # Random Comment...

              Comment

              Working...