September 2011
Beginner
650 pages
15h 47m
English
1. Show two ways to declare a one-dimensional array of 12 doubles.
![]()
2. Show how to initialize a one-dimensional array of integers to the values 1 through 5.
![]()
3. Write a program that uses an array to find the average of ten double values. Use any ten values you like.

4. Change the sort in Try This 5-1 so that it sorts an array of strings. Demonstrate that it works.
5. What is the difference between the
Read now
Unlock full access