Computer Science, asked by zehra9545, 4 months ago

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 jai696
3

Output:

4

8

12

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions