My Snippets
My Collections
Search Engine
Pricing
Community
Untitled
unknown
plain_text
a month ago
118 B
1
Indexable
for (int i = 0; i < grades.size(); i++){ if (grades.get(i) < 70.0){ grades.remove(i); i--; } }
Leave a Comment