问题详情

答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关

下面程序执行后的输出结果为()。public class fun{public static void main(String args[]){Strin


下面程序执行后的输出结果为()。 public class fun { public static void main(String args[]) { String greets = " How are you!"; String s = greets.substring(0,3); System.out.println(s); } }

A.How

B.are

C.you

D.how are you!

参考答案
您可能感兴趣的试题