Computer Science, asked by raghavsinghrajput14, 2 months ago

Rewrite the following program segment using while instead of for

statement:

int f =1,i;

for(i=1;i<=5;i++)

f=f*I;

System.out.println(f);

Answers

Answered by prabhat311
1

Answer:

don't know.................

Answered by ranoutshivang0853g
1

Answer:

this is your answer of test

Attachments:
Similar questions