Nesting method calls in java

Not exactly related to programming, anyway I’ll tell you:

fact(fact(3)) = fact(3*2*1) = 6! = 6*5*4*3*2*1 = 720

Leave a Comment