PRO192_-_SU_2023_-_Block_5_-_2_754.webp
Minh Đức1

PRO192_-_SU_2023_-_Block_5_-_2_754.webp

(Choose 1 answer)
Given:
public class Bar {
public static void main(String[] args) {
int x =5;
boolean b1 = true;
boolean b2 = false;
if((x==4) && !b2)
System.out.print("1 ");System.out.print("2 ");
if ((b2 = true) && b1)
System.out.print("3");
}
}
What is the result?
A. 2
B. 3
C. 12
w
Finish

8

Thông tin

Category
PRO192
Thêm bởi
Minh Đức1
Ngày thêm
Lượt xem
3,762
Lượt bình luận
21
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRO192_-_SU_2023_-_Block_5_-_2_754.webp
File size
41.8 KB
Dimensions
1286px x 546px

Share this media

Back
Bên trên Bottom