0% found this document useful (0 votes)
4 views1 page

Java Array Programming Exercises

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

Java Array Programming Exercises

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

Basic Array Questions – Java

1. Write a Java program to read 5 integers into an array and then print all the elements.

2. Write a Java program to find the largest element in an array.

3. Write a Java program to calculate the sum of all elements in an array.

4. Write a Java program to search for a given number in an array and display whether it is
found or not.

You might also like