@ -6,7 +6,7 @@
int count_students(struct student* students){
int x=0;
for(int i=0; i<MAXSTUDENTS; i++){
if(!(strcmp(students[i].name,"")==0)){
if(students[i].votes>0){
x++;
}
The note is not visible to the blocked user.