C# Class prob6.Program

Afficher le fichier Open project: AlgorithmsNYC/AlgorithmsNYC

Méthodes publiques

Méthode Description
howMany ( int A, int B ) : int

Private Methods

Méthode Description
Main ( string args ) : void
isPrime ( int num ) : bool
isUPrime ( int num ) : bool

Method Details

howMany() public static méthode

public static howMany ( int A, int B ) : int
A int
B int
Résultat int