Implement a class
-
I need help to design and implement a class that allows a teacjer to track the grades in a single coursw. Include methods that calculate the average grade, the highestt grades, and the lowest grade. Test your class implementatio.
Just copying your homework assignment is not a sufficient description of what you need help with. You have to ask specific questions about what you need help with. Also you should explain what kind of assignment this is, so that people gan give the proper guidance. If people think that you are trying to trick them into doing your homework, they will not give you any help at all.
--- single minded; short sighted; long gone;
-
I need help to design and implement a class that allows a teacjer to track the grades in a single coursw. Include methods that calculate the average grade, the highestt grades, and the lowest grade. Test your class implementatio.
please be more specific regardin yr problem.. well i have made a similar appplication of "calcuating CGPA" on vb.net. check it out at the link given below. u can ask any particular question on that application.. jst post yr problem on this forum, i'll try to help u.. link is : http://www.fileden.com/myfiles.php[^]
-
I need help to design and implement a class that allows a teacjer to track the grades in a single coursw. Include methods that calculate the average grade, the highestt grades, and the lowest grade. Test your class implementatio.
It's simple. For example, You can just provide a simple class that have a List that contains the grades of students (an example, a List of custom classes that provide name/surname of student and the grades) and simple methods to calculate the average/highest/lowest grade. Another way may be to use a database, DataTables, XML etc... To test the class you can provide a windows form in that show the grades for each student (for example). Enjoy,
Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it