Import java.util.*;
Pubic class test5
{
Public static void main(String[] args)
{
int num[] = {50,20,45,82,25,63};
int l = num.length;
System.out.println(“The length of the array”+l);
}
}
Import java.util.*;
Pubic class test5
{
Public static void main(String[] args)
{
int num[] = {50,20,45,82,25,63};
int l = num.length;
System.out.println(“The length of the array”+l);
}
}
No comments:
Post a Comment