C# Class P145, project-euler

显示文件 Open project: jbcrail/project-euler

Public Methods

Method Description
Main ( ) : void
allOddDigits ( long n ) : bool
reverse ( long x ) : long

Method Details

Main() public static method

public static Main ( ) : void
return void

allOddDigits() public static method

public static allOddDigits ( long n ) : bool
n long
return bool

reverse() public static method

public static reverse ( long x ) : long
x long
return long