四、簡答題 (每題 10 分,共 20 分) 1. 請設計一個遞迴(Recursive)函數, int fractional (int n),來計算階層函數 n!的值,其 中 n 為一正整數。