int a=0;
while (a>-5)
{
S.o.p(a+" ");
S.o.p((--a*2));
S.o.pln();
--a;
}
Java programming
Answers
Answered by
1
Answered by
4
Answer:
Your output will be
-4
-10
-11.
hope this helps you
Similar questions
Computer Science,
4 months ago
Chemistry,
4 months ago
Science,
10 months ago
Geography,
10 months ago
English,
1 year ago