Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public interface Pascal {
- //upside down/right side up
- boolean b = true;
- public void printPascal(int n);
- public int binom(int n, int k);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement