题目详情
单选题 Analyze the following code. public class Test { public static void main(String[] args) { int month = 09; System.out.println("month is " + month); } }
A. The program displays month is 09
B. The program displays month is 9
C. The program displays month is 9.0
D. The program has a syntax error, because 09 is an incorrect literal value

学科:Java程序设计-非计算机
时间:2023-06-18 05:09:11
相关题目
相关作业
