![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Java programming class (yes, I know Java already) today, introducing loops. Task: write a factorial program. I wrote mine to use int
arithmetic if possible, floating-point if not. Test the edge cases, of course. It says:
500! ≈ Infinity
I'm glad I used the “approximately equals” sign.