C# Class PrimePalindrome.Program

ファイルを表示 Open project: Oscarbralo/TopBlogCoder

Public Methods

Method Description
IsPalindrome ( int n ) : bool
IsPrime ( int n ) : bool

Private Methods

Method Description
Main ( string args ) : void

Method Details

IsPalindrome() public method

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

IsPrime() public method

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