提交 984e3c83 编写于 作者: M Mars Liu

fixed foreach error

上级 9da1323d
......@@ -37,6 +37,7 @@ public class App {
### B
```java
public class App {
public int words(List<String> content){
int count = 0;
......@@ -48,9 +49,11 @@ public class App {
return count;
}
}
```
### C
```java
public class App {
public int words(List<String> content){
int count = 0;
......@@ -63,4 +66,5 @@ public class App {
}
return count;
}
}
\ No newline at end of file
}
```
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册