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
0
Answer:
ixjfhofmhia Jason gdjfjfjjelpwodjfjkfjgudjjfhfhrjnf ha he jekkskdkfj ha jfjfhjckxkifuchchhchc
Explanation:
xbhdjenchdu
Answered by
0
Answer:
System.out.print("b1 = " + b1);
b1 = true;
Similar questions