C# 클래스 prob6.Program

파일 보기 프로젝트 열기: AlgorithmsNYC/AlgorithmsNYC

공개 메소드들

메소드 설명
howMany ( int A, int B ) : int

비공개 메소드들

메소드 설명
Main ( string args ) : void
isPrime ( int num ) : bool
isUPrime ( int num ) : bool

메소드 상세

howMany() 공개 정적인 메소드

public static howMany ( int A, int B ) : int
A int
B int
리턴 int