Chapter 5: More Data Types and Operators

1. Show two ways to declare a one-dimensional array of 12 doubles.

Image

2. Show how to initialize a one-dimensional array of integers to the values 1 through 5.

Image

3. Write a program that uses an array to find the average of ten double values. Use any ten values you like.

Image

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

Get Java, A Beginner's Guide, 5th Edition, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.