1. int f=1, i=2; [What will be the output?]
do
{
f * = i;
}
while(++i<5);
System.out.println(f) ;
Answers
Answered by
0
Explanation:
white hat junior...
..
✔️✔️✔️✔️✔️
Similar questions
Science,
3 months ago
History,
3 months ago
Math,
7 months ago
Accountancy,
7 months ago
Math,
1 year ago