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