Write a program that accepts five homework


Write a program that accepts five homework scores as input values and stores them into a table (which is another name for an array). First, load the scores in your array. Second, display the contents of the array in order. Third, display the array in reverse order. Fourth, calculate the average of the five scores entered in the array. Finally, the algorithm should display all the homework scores in the array that are larger than the previously calculated average. Make sure you use some output statements to clarify all the details you are displaying, being cautious about spelling and communicating to your user. 
Be sure to think about the logic and design first (IPO chart and/or pseudocode), then code the Visual Logic command line processing.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program that accepts five homework
Reference No:- TGS084888

Expected delivery within 24 Hours