Computer Science, asked by trishachhetri1983, 11 months ago

INT f=1,I=2;
Do
{
F*=I;}
While(++i<5);
Print(f);

Answers

Answered by omegads03
0

INT f=1,I=2;

Do

{

F*=I;}

While(++i<5);

Print(f);

The output is 4

Similar questions