CyberSlug Rules!

Beginner Programming CMPS060

Prof. Paulo Franca

Home

Syllabus

Login

Objects

Download

Staff only

Arrays

 

What are...

use in expressions

Use as arguments. how many elements?

arrays of arrays

initialization

Using arrays

Using a numeric array

typedef - defining a type.

Important Rules

 Applications:
  • Input array of strings

  • Students and scores using arrays of strings and ints

  • Using functions to manipulate array

  • Operating arrays

  • Searching in an array

  • Minimum values in an array

  • Sorting arrays