num = bTime;
do
{
System.out.println("Results: " +convert.prt(num));
num++;
} while(num<=eTime);
num = bTime;
while(num<=eTime)
{
System.out.println("Results: " +convert.prt(num));
num++;
}
num=bTime;
for(num<eTime;bTime<=eTime;num++;)/>/>/>
{
System.out.println("Results: " +convert.prt(num));
}
Why do they throw errors about not being the right length? I'm currently at school waiting on my proffessor but after he showed me some examples I've got to where I am also stumping him with the same problem. Any ideas?
This post has been edited by pbl: 15 November 2012 - 07:18 AM
Reason for edit:: Fixed posted code ... again

New Topic/Question
Reply




MultiQuote


|