Search found 1 match

by felicitas
Wed May 03, 2006 10:56 am
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 318350

100 - someone plz reply :(

I tried the 3n+1 problem with .. c and it is giving variables not declared error... I followed this format

int main()
{
//code
return 0;
}

.. then fed up .. I tried it in java.. it is giving restricted function access(system) .. error.

In java everybody needs System.out.println(); to print the ...

Go to advanced search