Computer Science, asked by maunisijan, 1 month ago

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 Deejumanna16
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