![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Oct 2006
Posts: 3
Rep Power: 0
![]() |
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.... |
|
|
|
|
|
#2 |
|
Sexy Programmer
|
Do you even know Coldfusion?
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Oct 2006
Posts: 3
Rep Power: 0
![]() |
Honestly im a beginner in using Coldfusion but i know a little bit of it... Can you help me in my problem?
|
|
|
|
|
|
#4 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,799
Rep Power: 5
![]() |
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 ... |
|
|
|
|
|
#5 |
|
Newbie
Join Date: Oct 2006
Posts: 3
Rep Power: 0
![]() |
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? |
|
|
|
|
|
#6 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,799
Rep Power: 5
![]() |
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". |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need help setting up this array | programj | Java | 12 | Apr 23rd, 2006 9:04 PM |
| Coldfusion using a com object | tarawhelan | Other Web Development Languages | 9 | Nov 15th, 2005 5:50 AM |
| Grades curving | mahmoud | C++ | 5 | Feb 28th, 2005 6:05 PM |