Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 413 Bytes

File metadata and controls

9 lines (7 loc) · 413 Bytes

Factorial Calculator

This project calculates the factorial of a given integer using a recursive approach. It includes input validation and error handling to ensure user friendly interactions.

Features

  • compute the factorial of any non-negative integer
  • handles invalid inputs with descriptive error messages
  • allows users to retry in case of errors
  • provides a brief explanation of factorials for users