Auto commit

上级 5b0ce43e
class Main {
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
float num = 0;
String str = "Java is an Object Oriented";
String[] str1 = str.split(" ");
for (String s : str1) {
System.out.println(s);
num += s.length();
}
float v = num / str1.length;
System.out.println(v);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册