CyberSlug Rules!

Beginner Programming CMPS060

Prof. Paulo Franca

Home

Syllabus

Login

Objects

Download

Staff only

Using arrays

examples:

  • write a program to read students scores and store in an array;
  • extend program to compute average;
  • modify program 1 to find the highest score;
  • modify previous program to find who has the highest score;
  • modify the program to search for a given value;