473,395 Members | 1,616 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

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
http://www.quillsociety.org/
ml*****@quillsociety.org
Jul 17 '05 #1
6 1960
Michael Lauzon wrote:
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
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?
import java.awt.*;

public class CourseMarks extends Applet {


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

Jul 17 '05 #2
On Wed, 26 May 2004 13:56:18 -0400, John Davison wrote:
import java.awt.*;

public class CourseMarks extends Applet {


That's pretty close man. Almost there.


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.programmer ]

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Jul 17 '05 #3
Andrew Thompson <Se********@www.invalid> wrote in message news:<1p*****************************@40tude.net>. ..
On Wed, 26 May 2004 13:56:18 -0400, John Davison wrote:
import java.awt.*;

public class CourseMarks extends Applet {


That's pretty close man. Almost there.


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.programmer ]


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

http://www.quillsociety.org/images/GCS0002a.JPG

You've been owned idiot!
Jul 17 '05 #4
John Davison <no**********@cinci-solutions.com> wrote in message news:<10*************@corp.supernews.com>...
Michael Lauzon wrote:
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


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?
import java.awt.*;

public class CourseMarks extends Applet {


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

The by the backend you idiot, I meant the DTD or Schema...stupid
American fruitcake -- and by 'fruitcake' I mean gay!
Jul 17 '05 #5
Michael Lauzon wrote:
The by the backend you idiot, I meant the DTD or Schema...stupid
American fruitcake -- and by 'fruitcake' I mean gay!


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

--
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
Jul 17 '05 #6
Michael Lauzon wrote:
Screencap of my question which is exactly 5yrs and 2 days ago:

http://www.quillsociety.org/images/GCS0002a.JPG

You've been owned idiot!


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...
Jul 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Airness | last post by:
Hello, First of all, I don't write or even speak good english, so sorry for all the mistakes of this post. I tried to use Java classes from ASP. I used javareg to register my classes and...
12
by: tmb | last post by:
1 - Is Microsoft dotnet a Virtual Machine... like the Java Virtual Machine... that will run on any operating system? 2 - If so, does Microsoft give away the dotnet development system like Sun...
11
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in...
0
by: mailkhurana | last post by:
Hii , I am trying to use a type 2 driver to connect to DB2 0n AIX 5 I have a small java test to class to establish a conneciton with the db .. I am NOT using WAS or any appserver When I try to...
2
by: Tim Murray | last post by:
First of all, I don't know much about Java, even its naming and version numbering nomenclature, and second, if there is a better group to ask this in, please let me know. System is Mac with...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
15
by: himilecyclist | last post by:
My State government organization has written a PHP/MySQL application which has been in production for about 6 months and has been highly successful. We are now embarking on a similar database...
9
by: Ben | last post by:
General question for the group. I have a friend who claims that PHP/Java grids can't touch .NET with respect to dev time, reliability and speed. I'm not in a position to debate but would like to...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.