It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
originally posted by: DigitalJedi805
originally posted by: wwe9112
a reply to: DigitalJedi805
LOL what do you mean they look fun for kicks though >_< lol. Like the star one, I read that and got mad lol. Personally, I would just use println a hundred times lol.
I'll be sure to let you know .
Lol well you're not very far off of how I'd approach that one - maybe like... a for loop nested under another for loop - as one goes up, the starting point of the second goes up. Inside of the double-nest - print out like... 10 - FirstInteger 'spaces' - and 'FirstInteger' stars, followed by a line break.
Think I just nailed it
** Nah... That's not right. I'm inclined to write it though... Maybe this evening - I should be working lol
And please do. I'll keep an eye on this thread.
originally posted by: wwe9112
a reply to: DigitalJedi805
LOL what do you mean they look fun for kicks though >_< lol. Like the star one, I read that and got mad lol. Personally, I would just use println a hundred times lol.
I'll be sure to let you know .
originally posted by: Kuroodo
a reply to: DigitalJedi805
Your code looked kinda weird to me. I pasted it in eclipse and got some errors and saw some weird stuff.
Here are some corrections I made to it. Nothing major!
textuploader.com...
originally posted by: DigitalJedi805
originally posted by: Kuroodo
a reply to: DigitalJedi805
Your code looked kinda weird to me. I pasted it in eclipse and got some errors and saw some weird stuff.
Here are some corrections I made to it. Nothing major!
textuploader.com...
Whoah - I just noted a bit of a miss in your own!
if(!File1Contents.get(i).equals(File2Contents))
Should be
if(!File1Contents.get(i).equals(File2Contents.get(i)))
originally posted by: wwe9112
posted on Oct, 16 2014 @ 05:31 AM
Sorry fellas for abandoning this thread. I had to go to work and now I am at school. I will get caught up on the conversation tonight or tomorrow morning after work.