Loading...
Engaged employer
Write me a program that does ... with recursion in it. In java or C++.
Anonymous
public void dot(int n) {dot(0)=0; return dot(n-1); }
int fibonanci(int x){ if(x==1){ return 1; } else{ x = x*fibonanci(x-1); } }
int fact(int a) { return (a>1)?a*fact(a-1):1; }
Check out your Company Bowl for anonymous work chats.
Get actionable career advice tailored to you by joining more bowls.
Stay ahead in opportunities and insider tips by following your dream companies.
Get personalised job recommendations and updates by starting your searches.