C# Class SumOfPrimes.Program

Exibir arquivo Open project: Oscarbralo/TopBlogCoder

Public Methods

Method Description
IsPrime ( int n ) : bool

Private Methods

Method Description
Main ( string args ) : void

Method Details

IsPrime() public method

public IsPrime ( int n ) : bool
n int
return bool