ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 11 Weeks Ago, 2 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 09 May 2017 My Price 8.00

Write a program that uses the InputBox

Write a program that uses the InputBox method to let the user enter 7 exam scores and 7

student names into two separate arrays. The information for each student is stored in the

same relative position in each array. For instance, the exam score of strStudentNames(0)

is stored in intScores(0). Compute and display the followings:

a) Display each student name and his/her exam score in a list box. (15 point)

b) Write a function that calculates and returns the average score of the class (10

points)

c) Write a function that calculates and returns the range of scores (10 points)

d) Write a function that calculates and returns the median score of the class (15

points)

e) Let's assume that the passing score is 75. How many students passed the exam?

(10 points)

f) Write a procedure that searches for a student name in the strStudentNames() array.

(Note: Let the user enter a name into a TextBox control and click btnFindStudent

to begin the search process.) (10 points)

Answers

(11)
Status NEW Posted 09 May 2017 03:05 AM My Price 8.00

-----------

Not Rated(0)