Connecting Tech Pros Worldwide Forums | Help | Site Map

student marks

Newbie
 
Join Date: Jan 2007
Posts: 1
#1: Jan 25 '07
Need help to get me started have to write a program to collate and add up the no of students with in each classification recorded? So if I put a no 65 and 75 then that would go to the classification group and it will put a 1 by that classification if another 65 and 75 will change to 2 etc in VB6

Lives Here
 
Join Date: Oct 2006
Posts: 1,626
#2: Jan 26 '07

re: student marks


Quote:

Originally Posted by freds

Need help to get me started have to write a program to collate and add up the no of students with in each classification recorded? So if I put a no 65 and 75 then that would go to the classification group and it will put a 1 by that classification if another 65 and 75 will change to 2 etc in VB6

Hi. The best place to start is to write out the problem clearly. Then write out the answer in English step by step. If you then write out the answer again in what is called pseudo code you will be one step away from completion. The biggest problem for new programmers is the urge to jump from a brief description of the problem straight to a coded solution.
Reply