We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
try this code without failing the testcases // Write your code here
int count=0;
int countone=0;
for (int i = 0; i < apples.size(); i++) {
apples.set(i,apples.get(i)+a);
Apple and Orange
You are viewing a single comment's thread. Return to all comments →
try this code without failing the testcases // Write your code here int count=0; int countone=0; for (int i = 0; i < apples.size(); i++) { apples.set(i,apples.get(i)+a);
}