C# code challenge
FizzBuzz with a Twist Write a program that prints numbers from 1 to 100, but:
Prime Number Detector Write a program that asks the user for a number and checks if it’s a prime number.
Factorial Finder Write a program to calculate the factorial of a number entered by the user.
… Read more