C# Class prob6.Program

显示文件 Open project: AlgorithmsNYC/AlgorithmsNYC

Public Methods

Method Description
howMany ( int A, int B ) : int

Private Methods

Method Description
Main ( string args ) : void
isPrime ( int num ) : bool
isUPrime ( int num ) : bool

Method Details

howMany() public static method

public static howMany ( int A, int B ) : int
A int
B int
return int