You are on page 1of 1

JAVA PROGRAMMING ACTIVITIES

BASIC ARRAY PROGRAMMING ACTIVITIES:

1. Write a JAVA program that will add 10 numbers into an array and display the sum of ten (10) input numbers.

2. Write a JAVA program using array that will generate and display the highest and lowest numbers of the ten (10) input integers.

3. Write a JAVA program using array that will input ten (10) integers. Count the negative values entered and compute the average positive values. Display the results.

You might also like