This is the java programming. Please tell the output of this question
Attachments:
Answers
Answered by
1
Answer:
Multiplication of 4
Explanation:
So, We you initial the for loop the value of i=3 which is not equal to 0 when you do mod 4.
So, next i value is 4 which is equal to 0
Since, you use mod 4 every multiplies of 4 will be printed as output till 28 because 30 is not a multiple of 4
Similar questions