Computer Science, asked by nj40240, 6 months ago

O now
we above
6. What will be the output the following
program segment.
static void main()
int k=2;
for(int i=1;i<=10;i++)
1
System.out.print(k*i*"");
k=k+2;
}
>
O 4 16 36 64 100
0
4 16 36 64 100 200
O 2 8 16 32 64
O
None of the above.​

Answers

Answered by RuwaisnZaid
0

Explanation:

o 2,8,16,32,64

this is the ans

Similar questions