answersLogoWhite

0

If Jerry has both the tenth highest and tenth lowest score in his class, this means there are nine students with higher scores and nine students with lower scores than him. Therefore, the total number of students in the class is the nine students above him, Jerry himself, and the nine students below him. This adds up to 9 + 1 + 9 = 19 students in total.

User Avatar

AnswerBot

3mo ago

What else can I help you with?

Related Questions

How do you write a c program to perform students details and information of highest scorer using structure and pointers?

To write a C program that handles student details and identifies the highest scorer using structures and pointers, first, define a structure to hold student information, such as name and score. You can then create an array of these structures and use a pointer to traverse the array to find the student with the highest score. Use a loop to compare scores and keep track of the pointer to the highest scorer. Finally, display the details of that student. Here's a simplified example: #include <stdio.h> #include <string.h> struct Student { char name[50]; int score; }; int main() { struct Student students[5], *highest = NULL; for (int i = 0; i < 5; i++) { printf("Enter name and score for student %d: ", i+1); scanf("%s %d", students[i].name, &students[i].score); } highest = &students[0]; for (int i = 1; i < 5; i++) { if (students[i].score > highest->score) { highest = &students[i]; } } printf("Highest Scorer: %s with score %d\n", highest->name, highest->score); return 0; }


What are Student IDS used for?

A ten-digit number that is used to retrieve student records and provide various university services to students.


Student with books are different in student without books?

student with books are more knowledge than students without books because students without books is less knowledge.


What is the meaning of supreme student government?

ItÃ?s a governing body of students which holds the highest power and legitimacy over any student government at a school or college.


Is it students work or student's work?

students work = The students work hard. (multiple students) student's work = The student's work deserved an A. (one student) students' work = The students' work was the highlight of the presentation. (belonging to multiple students)


How much is the good student discount on auto insurance?

yes,there are certain types discounts on student car insurance1.Students who works hard in college to get good grade earn a good discount on car insurance ,because insurance company determined that good students are good drivers,2.Students can save lot of money if he or she is good students in college ,and the percentage of savings is different,it depend on insurance company3.Resident Student Discount-there are many students who are living away from school or colleges,they may use car certain types,so they may be listed in thier parents's policy,4.in Resident Student Discount, student can save money,because he or she is not considered the main driver ,he or she is secondary operator,so interst rate will not be high as young driver


How do you spell students as in one students mother would it be student's or students?

it would be student's because students implies more than one student and if you are talking about more than one student's mother it would be the students' mothers


What is the subjective test?

the test given to the student may in essay form, so the answer may different from the students. Its based on the students understanding.


How are Student Advisors assigned to students?

Student Advisors are assigned to students based on the students field of study?


What is the plural for students?

The form students is the plural form of the singular noun student.


Which is possessive noun student's desk or students' desk or students desk?

The form "student's desk" refers to the desk belonging to a student. The form "students' desk" refers to a desk belonging to multiple students. The form students desk not possessive because it does not have an apostrophe. The word "students" is simply the plural form of the noun student.


How do you spell students as in a bunch of students is it student's or students?

The plural is students. Apostrophes are almost never used to form plurals.The possessive for one student is student's and the possessive for a bunch of students would be students' (only the apostrophe).Examples:There are several students.One student's bike is missing.All of the students' bikes are parked in the same place.