Tricks Flashcards

1
Q
  • If we want some condition to be tested on half of the instances in a list, we can declare:*
  • if (condition && index modulu 2 == 1)*
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly