Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Other Web Development Languages (http://www.programmingforums.org/forum40.html)
-   -   How to compute grades using Coldfusion? (http://www.programmingforums.org/showthread.php?t=11624)

anyer_ast!g Oct 17th, 2006 9:28 PM

How to compute grades using Coldfusion?
 
Hi,

Can someone help me how to compute grades using coldfusion, coz we are making now a project that able to compute the grades from first grading to fourth grading and then get the final average out of the four grading period.

Thanks....:)

ReggaetonKing Oct 17th, 2006 10:01 PM

Do you even know Coldfusion?

anyer_ast!g Oct 17th, 2006 10:07 PM

Honestly im a beginner in using Coldfusion but i know a little bit of it... Can you help me in my problem?

Sane Oct 17th, 2006 10:16 PM

I fail to see what the problem is. What have you started? Where are you stuck? What don't you know how to do? What have you tried? What are the calculations that are necessary to be done? Is there something that you don't understand about the language?

I'm currently unable to grasp what you're asking for here ...

anyer_ast!g Oct 18th, 2006 1:40 AM

thanks for your reply....

well, we just started the interface of the site. My problem is how will i compute the grades.

For example:

one student got
85 for first grading
87 for 2nd grading
88 for 3rd grading &
89 for 4th grading

So, i want to add all that 4 grades to get the final average. How will i do that?

Is this clear?

Sane Oct 18th, 2006 6:59 AM

It's pretty much as simple as you suggsted.

Given that...
grade1 = 85
grade2 = 87
grade3 = 88
grade4 = 89

Then...
average = (grade1+grade2+grade3+grade4)/4

...however that must be done in ColdFusion. I don't know the language, but it wouldn't be hard to find out. Just Google "Mathematical Operations in Coldfusion".


All times are GMT -5. The time now is 1:48 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC