Computer Science, asked by rutuandhare35, 1 month ago

What will be the output of the following program?
class BoolTest
{
public static void main(String args[])
{
boolean b1 = false;
System.out.print("b1 = " + b1);
b1 = true;
System.out.println("b1 = " + b1);
}
}​

Answers

Answered by osrcomm1
0

Answer:

ixjfhofmhia Jason gdjfjfjjelpwodjfjkfjgudjjfhfhrjnf ha he jekkskdkfj ha jfjfhjckxkifuchchhchc

Explanation:

xbhdjenchdu

Answered by lTWINKLEl
0

Answer:

System.out.print("b1 = " + b1);

b1 = true;

Similar questions