Advertisement
akosiraff

Five Homework Scores VB 2010

Oct 21st, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/five-homework-scores-vb-2010/
  3. Arrays are incredibly fun! Today we are going to work on a program to keep track of our homework scores for a math class. Write a program that accepts five homework scores as input values and stores them into a table (which is another name for an array). Once the scores are in the array, we can process them again and again.
  4. 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.
  5. Download: http://solutionzip.com/downloads/five-homework-scores-vb-2010/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement