The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 3 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
Visual Studio help arraysÂ
Code checking for Computer Science class / Visual Studio
Â
ISM240 - Homework 5(Due on Nov 10th, 2016)Q1.Write a program that uses the InputBox method to let the user enter 7 exam scores and 7student names into two separate arrays. The information for each student is stored in thesame 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 (10points)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 (15points)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 btnFindStudentto begin the search process.) (10 points)Graphical user interface – 20 pointsInput validation, standard naming conventions, and comments – 10 points
Attachments: