Interview Question in Visual Studio 2003
Interview Question :: Microsoft Visual Studio.NET 2003 - I need help with some codings I couldn;t work out, pls check the details |
Ok, I'm making a "grade computation" forms and the problem is: I have 3 forms - prelim, midterm and final. Each form has its own computations to get the average grade. The problem is, how do I transfer the average grades computed in the "prelim", "midterm" and "final" to the last form so I could compute for the total average grade, which means combining the "prelim grade", the "midterm grade" and the "final grade"? I couldn't figure it out, because the prelim, midterm and final are on separate forms.
Take note, the "prelim" is a form, "midterm" is an another form and "final" is also a separate form. The idea is getting the average grade of all three to combine so I could compute for the total average grade.
Thank You. |
|
|
|

Loading ...