Untitled
unknown
plain_text
2 months ago
118 B
1
Indexable
for (int i = 0; i < grades.size(); i++){ if (grades.get(i) < 70.0){ grades.remove(i); i--; } }
Editor is loading...
Leave a Comment
for (int i = 0; i < grades.size(); i++){ if (grades.get(i) < 70.0){ grades.remove(i); i--; } }