顺序执行下列两条语句,输出结果是______。 String s="You are a pretty boy!";System.out.println(s.length( ));

admin2010-12-17  26

问题 顺序执行下列两条语句,输出结果是______。
String s="You are a pretty boy!";System.out.println(s.length( ));

选项

答案 19

解析  提取字符串的长度可以用length( )方法,它将返回字符串的字符个数。
转载请注明原文地址:https://kaotiyun.com/show/c49p777K
0

最新回复(0)