rewrite the following program segment using while loop instead of the for loop [2]
int f=1, i ;
for(i=1;i<=4;i++)
{ f*=i
}
System.out.println(+f);
Answers
Answered by
2
Answer:
juei3jvcgwukev4hsiebvy2j
Similar questions
English,
2 months ago
Math,
2 months ago
Accountancy,
6 months ago
Social Sciences,
10 months ago
Economy,
10 months ago