I have a few questions below about this code.


/*
* File: FactorialTable.java
* -------------------------
* This file generates a table of factorials.
*/

import acm.program.*;