int a[10] = {1,2,3,4,5,6,7,8,9,10}; for (int i = 0; i < 10; i++) { if( a[i] > 5) //do something
I would like to translate the abov