Current Forum: Homework 3 Forum |
Date: Sun Sep 30 2001 10:10 pm |
Author: Lee, Charles C. <chucklee@cmu.edu> |
Subject: Re: Running Problem |
|
|
You might want to put random output lines where you think the problem is. Like put println("I am here 1") or something like that to see if the program reaches there. IF it doesn't output, there might be an error before that output line. Check any if statements that you have which might have terminated your program. If all of this doesn't work, indicate it in your handin.txt, I am sure your TA is a reasonable person, just like the professors guaranteed. |
|