Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
@@ -0,0 +1,11 @@
class P2 {
public static void main(String[] _args) {
int a = 5, b, f;
b = f = a;
while (b-- > 1)
f *= b;
System.out.println(a + "! = " + f);
}
The note is not visible to the blocked user.