i am making a Student Grading System in Vb.net which will store student and teacher information into database, as well as it will store student marks of particular semester and exam. i have done with my storing information part and designing part and now i am doing the grade calculation but i am not getting the logic of how should retrieve all the Subjects and Their marks and on a form of a student and on that base i want to calculate its result i.e o Grade. please reply as soon as possible my project submission date is day after tomorrow..
pratik65
0
Light Poster
Recommended Answers
Jump to PostYou'll have to provide more information and a clearer description of what you are doing.
Jump to PostJust a thought if the grade calculations were done in the database then it would just be a matter of pulling the relevant fields and poutting them in a report.
Jump to PostMaybe I'm not understanding your requirements, but if your Gr_No is already an int value; just add up all the int values and divide by the total number of values - that will give you the average value - then just display that value (and/or update your Obtained_Marks field).
All 10 Replies
Reverend Jim
4,578
Hi, I'm Jim, one of DaniWeb's moderators.
Moderator
Featured Poster
tinstaafl
1,161
Posting Maven
mukiibi
0
Newbie Poster
pratik65
0
Light Poster
john.knapp
25
Posting Whiz in Training
Dili1234
-2
Junior Poster
pratik65
0
Light Poster
Dili1234
-2
Junior Poster
pratik65
0
Light Poster
Dili1234
-2
Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.