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

8mo 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.


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


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 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


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.


Why is it important to use different assessment methods?

Using different assessment methods allows for a more well-rounded evaluation of student learning. Different methods can capture different aspects of student performance and provide a more comprehensive picture of their understanding and abilities. It also helps to cater to diverse learning styles and preferences, promoting fairness and accuracy in assessment.


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.


Which of these makes a student loan different from other types of loans?

Students don't have to provide any collateral to get a student loan. On some student loans, payment may be deferred until the student is out of college.