Create a C# Console Program to find all Prime Factors in a number
Creating your main method
To create your main method you need to first create the project in Visual Studio Community Edition 2022. First, in the Create a new project window select "Console App".
Give your project a name e.g Factorial
Leave the fram...
ktriggsdev.hashnode.dev3 min read