
-----------------------------------
Tewg
Sun Apr 13, 2008 10:13 pm

Recursion Error
-----------------------------------
I'm having a java.lang.StackOverflowError when i run,  i know its n RTP but where would my logic be off, I'm looking to find the lowest number divisable by 1, 20 inclusive.



import hsa.*;
public class Prob5
{
    private static void tryit (int n)
    {
        for (int i = 1 ; i 