PayPal Interview Question

1 1 2 1 1 3 3 1

Interview Answers

Anonymous

Oct 31, 2018

This is the code for Pascal's Triangle

1

Anonymous

Feb 28, 2012

public String newStr(int n){ String modStr=""; int i=n; int j=1; if(n>1){ i=n+1; } else i=n; modStr+=1; while((modStr.length()1) modStr+=1; return

Anonymous

Sep 21, 2011

1 4 4 4 1