I have an integer array for example
int[] abc = {123, 100};
and I want to count its value, like 123 + 100 etc, how can I apply i
123 + 100