PrimeSifting

By Noel Kirkland , Erich Richter, Kate Skorija

Description

_This application will take an inputted number and return all prime numbers less than, or equal to, that inputted number.

Setup/Installation Requirements

Via GitHub Download

  • 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

Specs

  • 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"

Known Bugs

There are no known bugs

Support and contact details

Please reach out through our GitHub accounts with any questions.

Technologies Used

  • Markdown
  • C#
  • VSCODE

License

MIT Licensing

Copyright (c) 2020 Erich Richter, Kate Skorija, & Noel Kirkland