PRO192_FE_SP23_311.webp
Soram

PRO192_FE_SP23_311.webp

  • Media owner Soram
  • Ngày thêm
Bài viết gốc: Chủ đề 'PRO192 FE SP23'
(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
D. 23
E. 123
Save at server failed!. Please inform the supervisor and continue the exam.
  • Like
Reactions: onechamp_t

Thông tin

Category
PRO192
Thêm bởi
Soram
Ngày thêm
Lượt xem
1,217
Lượt bình luận
7
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom