Javatpoint Logo
Javatpoint Logo

Java Program to print the number of elements present in an array

In this program, we need to count and print the number of elements present in the array.

The number of elements present in the array can be found by calculating the length of the array.

Java Program to print the number of elements present in an array

Length of above array is 5. Hence, the number of elements present in the array is 5.

Algorithm

  • STEP 1: START
  • STEP 2: INITIALIZE arr = {1,2,3,4,5}
  • STEP 3: PRINT arr.length
  • STEP 4: EXIT

Program:

Output:

Number of elements present in given array: 5
Next TopicJava Programs





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA