Computer Science, asked by anshu2051, 6 months ago

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 Mk7kundal
2

Answer:

juei3jvcgwukev4hsiebvy2j

Similar questions