Results 1 to 7 of 7
- 11-18-2010, 10:04 AM #1
Where does he print this certain line?
I made this program, that works almost fine.
But I can't get through why he prints a certain line 2 times...
(This is another program that in my other topic, these just needs to make something individual.)
Input file:
>Contig1
ACTGACTGGTACT
>Contig1
ACTGCCTGGTACT
The output I get is:
>Virus_Contig1
ACTGACTGGTACT
>Virus_Contig1
>Virus_Contig1B
ACTGCCTGGTACT
But I want to get rid of that red line.
He is not supposed to print that...
I think the blue part of the code is the problem in it.
Java Code:xD
Last edited by Lund01; 11-18-2010 at 02:01 PM. Reason: Keeping my code.
- 11-18-2010, 01:44 PM #2
Put in a ton of print statements, or better yet, step through the program with a debugger, to figure out what's going on.
- 11-18-2010, 02:02 PM #3
Found the problem. :D
The line was always TRUE.
- 11-18-2010, 02:03 PM #4
So why remove your code? Perhaps you could have helped somebody with a similar question in the future.
- 11-18-2010, 02:18 PM #5
Oh. so you come to a forum only to get and never to give, huh? I'll remember you and I'm sure Kevin will too. And all the helpful forum regulars who come across this.Last edited by Lund01; Today at 06:31 PM. Reason: Keeping my code.
I see this isn't the first time you've done this.
printWriter problem
dbJava Code:DoNotHelpList.add(Lund01);
- 11-18-2010, 02:19 PM #6
To avoid copy paste programming.
And if anyone asks help on this forum, I know how to help the out.
So I can respond still.
- 11-18-2010, 02:23 PM #7
Dude, I worked a week on this code.
You know how nasty it is when people come and take you code and say it is theirs?
I had this thing on school when I showed some other student to get ideas, he sended my code in like it was his (with a few minor changes). And it costed me a lot of trouble to get the teacher to know I was the one who programmed it. And I did not copy paste my code.
Similar Threads
-
print every other line
By welikedogs in forum New To JavaReplies: 23Last Post: 11-16-2010, 05:40 PM -
print to the next line
By bar in forum New To JavaReplies: 14Last Post: 07-15-2010, 01:48 AM -
Print to next Line
By singularity in forum New To JavaReplies: 13Last Post: 09-10-2009, 09:03 AM -
print line
By kazitula in forum Java AppletsReplies: 2Last Post: 01-26-2008, 02:05 PM -
how to print output on same line in 'while loop'?
By acidblue in forum New To JavaReplies: 5Last Post: 12-13-2007, 02:30 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks