Computer Science, asked by ishan6342, 6 months ago

class abc {void main() {int f=1; int i=1; while(i++<5) f=f*i; System.out.println(f); System.out.println(i); } } GIVE THE OUTPUT OF ABOVE AND EXPLAIN IT TOO. IF YOU EXPLAIN ... I WILL MARK YOU THE BRAINLIEST

Answers

Answered by topper05
1

public static void main(String args[]){ ... sumUp(n, total);. System.out.println(total );. } } class point{ int p,q; point(int p, int q){ .

Answered by arita6050301
0

Answer:

int i=2,k=1; while(++i<6) k*=i; System. out.println(k); } } 3) class dk3 { public static void main ( String args[]) { int m=2,n=15; for (int i =1;i<=5;i++)

please make me brainlist bro please make me brainlist bro please make me brainlist

Similar questions
Math, 6 months ago