![]() |
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....:) |
Do you even know Coldfusion?
|
Honestly im a beginner in using Coldfusion but i know a little bit of it... Can you help me in my problem?
|
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 ... |
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? |
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