fact
public class nvn { public static void main(String[] args) { int i,fact=1; int n=5; for ( i=1;i<=n;i++ ) { fact=fact*i; } System.out.println(" nk " +fact); }}
fact 최신버젼 다운로드
최종 버전 다운로드 (.zip)// repository documentation
Was this content helpful?
(0 ratings)
