How do I multiply the elements of an array? What am I doing wrong?
For example, if I have:
int numbers[]={1,2,2,4,5,6};
and my card_block is 2, the remainder would give 1x4x5x6 = 120;
int countCards(int [] cards, int BLOCK_CARD){
int...
asked by
19.03.2018 / 00:51