=========== 990509.1905 =========== 2DBYC ----- >> I need a clarification regarding Scott's problem. >> Is it a non terminating loop, or does the "until 1" imply until (x == 1) ? >> On the midterm we had a different definition of scott's problem: >> WHILE (x > 1) DO >> { >> if (odd(x)) x = 3*x + 1; >> else >> x = x/2; >> } >> return; >> So which definition do we consider ?? The definition given above, which is also the definition we discussed in class. =========== 990510.1430 =========== 2COIN ----- >> Do we have to give an explicit example from an actual language? It is not necessary to use an actual language as long as your assumptions are realistic and documented.