go to previous page   go to home page  

Answer:

Compute the maximum of seven integers by calling maxEight() with one of the integers repeated. The repeated value will not change the maximum.

If you need to compute with more than a dozen or so integers it is likely that an array will be more convenient than individual variables. This is a topic in an upcoming chapter.


End of the Chapter

You have reached the end of this chapter. Here are some topics that may be giving you static:


go to previous page   go to home page