Skip to content

CodeLearner21/prime-numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prime-numbers

Simple .net core 2.2 XUnit testing project created in C# language for business logic which is checking whether provided value is Prime number or not.

Below are some test cases

  • If provide value is 1 then return False

  • If provide value is 6 then return False

  • If provide value is 11 then Return True

  • If provide value is greater than 100 then ThrowException

About

Identify number between 1 to 100 is prime or not

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages