PRO192_-_SP_2024_-_RE_1741.webp
Izumi991

PRO192_-_SP_2024_-_RE_1741.webp

  • Media owner Izumi991
  • Ngày thêm
(Choose 1 answer)
What is the output of the following code?
class Rectangle { int marks = 10;
}
public class Main {
public static void main(String... args) {
Rectangle s = new Rectangle();
switch (s.marks) { default:
System.out.println("A");
case 10:
System.out.println("B");
case 100:
System.out.println("C");
}
}
}
ABC A. A
B. A
C. B
D. A


Q: 21

Thông tin

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

Image metadata

Filename
PRO192_-_SP_2024_-_RE_1741.webp
File size
180.6 KB
Dimensions
1920px x 892px

Share this media

Back
Bên trên Bottom