how would i call this code
public int totalTexts() { // To be completed int texts = 0; for (int i = 0; i <discussions.size(); i++) { texts +=discussions.get(i).getReplies().size();
} return texts; }
how would i call this code public int totalTexts() { // To be completed int texts = 0; for (int
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am