import java.util.Scanner; import java.lang.Math; public class BinomialTheroem{ public static int fact(int n){ int factn =1; for(int i=1; i