Computer Science, asked by kulwinderrai0822, 11 months ago

plz tell answer 77th question

Attachments:

Answers

Answered by rumanaperween1977
3

int f = 1, i = 2;

while (++ i < 5) {

    f* = i

    System.out.println(f); "

I have copied this code from one of the quiz questions, and guessed the answer. The correct answer is 12.

option 12 is right answer.

Similar questions