Give a recursive version of the following method:
void cubes (int n) {
for (int i = 1; i
System.out.print (i * i * i + "");
}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here