Q1. Write a program to display the first 5 multiples of 25 using for loop. In small basic loop concept. Plss tell my humble request.
Answers
Answered by
0
for (int i = 25, count = 0; count < 5; i++)
if (i % 25 = = 0) {
count++;
System.out.print(i + " ");
}
Similar questions
History,
4 months ago
Social Sciences,
4 months ago
Social Sciences,
4 months ago
Math,
9 months ago
English,
1 year ago
English,
1 year ago