What will be the output of the given code:
int a=1,b=4;
while(b>a)
{
System.out.println(a*b);
a++;
}
Answers
Answered by
3
Output:
4
8
12
Similar questions
English,
2 months ago
Computer Science,
2 months ago
Social Sciences,
2 months ago
Social Sciences,
4 months ago
Physics,
10 months ago