Give the output of the given program segments:
(a). int x;
for(x=1; x<=15; x=x+3)
{
if(x % 2 = = 0)
System.out.println(x);
}
Answers
Answered by
0
Answer:
Give the output of the given program segments:
(a). int x;
for(x=1; x<=15; x=x+3)
{
if(x % 2 = = 0)
System.out.println(x);
}
Similar questions
Social Sciences,
2 months ago
Science,
5 months ago
Math,
5 months ago
English,
11 months ago
English,
11 months ago