0% found this document useful (0 votes)
17 views

Final Assignment

The document lists programming questions from chapters 2, 3, 4 and 7 of a book, including finding pairs in an array whose sum equals a number and computing the average of an array excluding largest and smallest values.

Uploaded by

Mo Sa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Final Assignment

The document lists programming questions from chapters 2, 3, 4 and 7 of a book, including finding pairs in an array whose sum equals a number and computing the average of an array excluding largest and smallest values.

Uploaded by

Mo Sa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Solve the following questions

from Ch2:
under Programming Projects Page 130-131:
Q4, Q8, Q11

from Ch3:
under Exercises Page 188: Q6
under Programming Projects Page 190: Q5

from Ch4:
under Programming Projects Page 251-252: Q5, Q9

Ch7:
1. Write a Java program to find all pairs of elements in an array whose sum
is equal to a specified number.
2. Write a Java program to compute the average value of an array of
integers except the largest and smallest values.

You might also like