Write the output for the following int a[ ] ={20,30,40,50}; for(int i=0; i<4;i++)) { if ( a[i]% 4 ==0) { System.out.print(a[i]+" ");}}
Answers
Answered by
1
Answer:
output of program is 20 40
Similar questions
English,
3 months ago
Computer Science,
3 months ago
Math,
3 months ago
Math,
11 months ago
Physics,
11 months ago