Skip to content

jonesjacklewis/Factorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Factorial Calculator in C#

This C# console application calculates the factorial of a given integer using a recursive method. Factorial of a number n is the product of all positive integers less than or equal to n.

Features

  • Prompts the user to enter an integer.
  • Calculates the factorial using recursion.
  • Handles input errors gracefully by checking for non-integer inputs.

About

A Factorial Finder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages