Public class metro{
Static booleanb1[]=new Boolean[5];
Public static void main(string tags[]){
System.out.println(b1[0]);
}
}
output of the above code
Answers
Answered by
2
Explanation:
Public class metro{
Static booleanb1[]=new Boolean[5];
Public static void main(string tags[]){
System.out.println(b1[0]);
}
}
output of the above code
Similar questions