Computer Science, asked by srijac, 7 months ago

1. int f=1, i=2; [What will be the output?]
do
{
f * = i;
}
while(++i<5);
System.out.println(f) ;​

Answers

Answered by Anonymous
0

Explanation:

white hat junior...

..

✔️✔️✔️✔️✔️

Similar questions