13

for (int sticker = 0 ; sticker < noOfStickers ; sticker++) {
if (sticker == devRant) {
codingAbility += 10;
}
}

Comments
Add Comment