int y=20;
for(int a=4;a<20; a=a*2) {
System.out.println(a);
System.out.println(y++);
}
Answers
Answered by
1
Answer:
system *34.on
Explanation:
.......................
Similar questions