| Test Number | lab 6 | |
| 9642827 | 60 | struct? functions? See assignemt. | 
| 17845121 | 100 | |
| 20021571 | 100 | |
| 25252953 | 100 | |
| 66944850 | 100 | |
| 74258450 | 0 | |
| 87444153 | 100 | |
| 122128368 | 100 | |
| 139445190 | 100 | |
| 149246114 | 100 | |
| 159946190 | 100 | |
| 168542824 | 100 | |
| 186149183 | 100 | |
| 188340006 | 100 | |
| 201828593 | 100 | |
| 210424203 | 100 | |
| 227444852 | 0 | |
| 240528502 | 100 | |
| 241225219 | 100 | |
| 261829927 | 0 | |
| 283423801 | 100 | |
| 354449824 | 70 | incomplete code. | 
| 359445115 | 0 | |
| 360226265 | 100 | |
| 374864983 | 40 | Incorrect submission format. Can not compile, errors in using struct. | 
| 384946889 | 50 | Most functions don't work as expected | 
| 416176840 | 90 | No semicolon after struct, printName not working | 
| 449344118 | 95 | In postgrade function, should take care of nrgrades ==0 before calculate the average. | 
| 468545517 | 95 | No file header(name,test#…). | 
| 480127977 | 100 | |
| 499441186 | 100 | |
| 524349188 | 95 | printName function: need cast to char for toupper. Need convert whole last name | 
| 526748182 | 100 | |
| 536547118 | 100 | |
| 569065469 | 100 | |
| 593229534 | 0 | |
| 598155117 | 98 | The return value of toupper in an integer, need to cast to char (for cout). | 
| 638249824 | 100 | |
| 641522294 | 90 | addgrade: user decide how many grades to add. The sum and average computing wrong. | 
| 643926264 | 95 | newstudent: why ask user to enter 20 grades? | 
| 646749154 | 85 | printname: need convert to upper case. Addgrade: need update nrgrades (no loop,pass by ref.). | 
| 696345153 | 100 | |
| 697647814 | 100 | |
| 700329978 | 100 | |
| 709147063 | 100 | |
| 709349114 | 100 | |
| 728441194 | 0 | |
| 739643822 | 90 | printname. Addgrade: endless loop. | 
| 741121988 | 40 | cannot compile, errros includes: use 'new' as variable, missed ';', ……………… | 
| 756542893 | 100 | |
| 760427231 | 100 | |
| 780329572 | 100 | |
| 791124581 | 100 | |
| 804853005 | 100 | |
| 829325238 | 0 | |
| 837745185 | 50 | Most functions don't work s required, struct doesn't support 9-digit ssn | 
| 839343561 | 100 | |
| 846141816 | 100 | |
| 850924979 | 90 | addgrade: should use { and } to enclose loop body. Postgrade: some errors. | 
| 859445896 | 40 | No ';' after struct/ functions headers. Nrgrades should be int... many errors. | 
| 861127225 | 100 | |
| 863323531 | 100 | |
| 866042126 | 0 | |
| 869340810 | 0 | |
| 896345859 | 100 | |
| 909242853 | 100 | |
| 911423216 | 100 | |
| 919242111 | 0 | Cannot open zipped folder. | 
| 920927543 | 100 | |
| 931220987 | 40 | cannot compile: ';' at function header, ssn, TID, nrgrades should not be array.... | 
| 939348123 | 97 | printname: need to convert all last name letters. | 
| 943028277 | 100 | |
| 947662300 | 100 | |
| 949142122 | 80 | #include <string>, postgrade: int avg, No printfName function. | 
| 961625988 | 0 | |
| 963525279 | 80 | need ';' after struct. Addgrade: need {,} for while loop. Postgrade: wrong. | 
| 987640110 | 97 | in postgrade:' avg =+ 'should be 'avg += ' |