PRO192_-_FA_2023_-_RE_1159.webp
Hoàng Nam

PRO192_-_FA_2023_-_RE_1159.webp

(Choose 1 answer)
public class Agg{
What will happen when you attempt to compile and run the following code?
static public long i=10;
public static void main(String argv[]){
switch(i){
default:
System.out.println("no value given");
case 1:
System.out.println("one");
case 10:
System.out.println("ten");
case 5:
System.out.println("five");
}
}
}
A. Compile time error
B. Output of "ten" followed by "five"
C. Output of "ten"
D. Compilation and run time error because of location of default

Exit 27

Thông tin

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

Image metadata

Filename
PRO192_-_FA_2023_-_RE_1159.webp
File size
55.6 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom