@@ -33,6 +33,8 @@ Student highest_grade(Student arr[], int len) {
}
intmain(){
// Students to test functions
// All will just have grades, nothing else filled out so we can test mark checking functions
StudentJohn;
John.grades[0]=3;
John.grades[1]=4;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.