CyberSlug Rules!

Beginner Programming CMPS060

Prof. Paulo Franca

Home

Syllabus

Login

Objects

Download

Staff only

Examples

Handling a numeric array

A program that reads, shows and sorts an array

  • Getting and showing the array
  • Reading the array:
  • Showing the array:
  • Finding the largest element.
  • Sorting the array.
  • Want some excitement? Recursive sorting