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.
You have reached the end of this chapter. Here are some topics that may be giving you static:
static
keyword.