Question: table [ [ Mohd Halim, 6 3 ] , [ Farah Haryani, 1 0 0 ] , [ Aznil , 5 8 ] ,
tableMohd Halim,Farah Haryani,AznilNajwaAmirulSumayyah
Design a workable VB interface that must at least have the following control buttons:
i CalculateAverage Compute and display the average final score for the class to the user.
ii CalculateLowest Compute and display the student name with lowest score in class to the user.
iii CalculateMedian Compute and print out the name of students with a median score. A median score is middle score when the score is sorted in ascending order. If the number of students is even that there are two median scores so you have to print the two names instead of one for odd number of studerits.
iv Exit To clear and terminate the program.
Write all the necessary VB code to implement this application successfully.
Given a sample of student's name list and their score test as shown in the table below in a Microsoft Excel Worksheet.
tableStudentScoreMohd Halim,Farah Haryani,AznilNajwaAmirulSumayyah
Design a workable VB interface that must at least have the following control buttons:
i CalculateAverage Compute and display the average final score for the class to the user.
ii CalculateLowest Compute and display the student name with lowest score in class to the user.
iii CalculateMedian Compute and print out the name of students with a median score. A median score is middle score when the score is sorted in ascending order. If the number of students is even that there are two median scores so you have to print the two names instead of one for odd number of students.
iv Exit To clear and terminate the program.
Write all the necessary VB code to implement this application successfully.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
