17.08.2015 Views

CIS 115 Week 6 Exercise.pdf

  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>CIS</strong> <strong>115</strong> <strong>Week</strong> 6 <strong>Exercise</strong> (Devry)Click Here To Buy The Tutorialhttp://www.uophelp.com/<strong>CIS</strong>-<strong>115</strong>-(Devry)/product-8998-<strong>CIS</strong>-<strong>115</strong>-<strong>Week</strong>-6-<strong>Exercise</strong>-(Devry)For more course tutorials visitwww.uophelp.comAssignment: Arrays are incredible fun! Today we are going to work on a program to keep trackof our homework scores for a math class. Write a program that accepts five homework scores asinput values and stores them into a table (which is another name for an array). Once the scoresare in the array, we can process them again and again.First, load the scores in your array. Second, display the contents of the array in order. Third,display 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 thepreviously calculated average. Make sure you use some output statements to clarify all thedetails 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 theVisual Logic command line processing.Rubric:When completed staple the following documents together neatly in 1,2,3,4 order:1) This instruction sheet first2) The IPO Chart, second3) The Pseudocode, third4) The Flowchart and output example last.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!