_This application will take an inputted number and return all prime numbers less than, or equal to, that inputted number.
- Navigate to www.github.com/RichterBros
- Find the PrimeSifting.Solution repository by search or scroll
- click Download repository
- Navigate to the PrimeSifting.Solution directory that you have just downloaded
- Navigate to the PrimeSifting directory within the project
- Type
dotnet run
into your Terminal to interact with the project
-
Behavior: The Program will recieve a user input of a number. Input: "16" Output: N/A
-
Behavior: The Program will return all prime numbers less than or equal to the inputted number. Input: "16" Output: "2, 3, 5, 7, 11, 13"
There are no known bugs
Please reach out through our GitHub accounts with any questions.
- Markdown
- C#
- VSCODE
MIT Licensing
Copyright (c) 2020 Erich Richter, Kate Skorija, & Noel Kirkland