Computer Science, asked by yogitadokhale1999, 5 months ago

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 ShaheemSoofi
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