ashleyg48 Posted February 14, 2014 Author Share Posted February 14, 2014 I am currently encountering issues with understanding Strings. All i know is it's another data type. It's hard to find a tutorial of which actually spend time to explain them Link to comment Share on other sites More sharing options...
Undecided Posted February 14, 2014 Share Posted February 14, 2014 goodluck bud with ur journey :P Link to comment Share on other sites More sharing options...
ashleyg48 Posted February 14, 2014 Author Share Posted February 14, 2014 goodluck bud with ur journey Thank you Link to comment Share on other sites More sharing options...
Cyro Posted February 14, 2014 Share Posted February 14, 2014 I am currently encountering issues with understanding Strings. All i know is it's another data type. It's hard to find a tutorial of which actually spend time to explain them They are actually quite easy basically but can be confusing at the start or just some of the methods.This might help you http://www.tutorialspoint.com/java/java_strings.htm Good luck with this and have fun 2 Link to comment Share on other sites More sharing options...
TheUninvited Posted February 14, 2014 Share Posted February 14, 2014 Every programmer has to start at the beginning. Good luck with your goal. Once you graps the basics of OOP a whole new world opens up to you Will try to read this vlog if i have time for it. Link to comment Share on other sites More sharing options...
Botre Posted February 15, 2014 Share Posted February 15, 2014 gl man Link to comment Share on other sites More sharing options...
ashleyg48 Posted February 15, 2014 Author Share Posted February 15, 2014 Thanks guys; not been able to do any research today 2 days without Java now... i need Jaaava! xD gona hopefully do some tonight :3 Link to comment Share on other sites More sharing options...
Jmh44 Posted February 15, 2014 Share Posted February 15, 2014 good luck man! i tried once, opened up eclipse and then i just started crying and quit 2 Link to comment Share on other sites More sharing options...
Empathyfaith Posted February 15, 2014 Share Posted February 15, 2014 Good luck dude, looks like you're going to go far Link to comment Share on other sites More sharing options...
ashleyg48 Posted February 15, 2014 Author Share Posted February 15, 2014 Haha, thanks for even more support. Really helps me keep going! Link to comment Share on other sites More sharing options...
Meditation4u Posted February 15, 2014 Share Posted February 15, 2014 good luck man! i tried once, opened up eclipse and then i just started crying and quit AHAHA i had the same issues as this guy i went to write the script and i just closed the program GOODLUCK My Friend 1 Link to comment Share on other sites More sharing options...
Jmh44 Posted February 16, 2014 Share Posted February 16, 2014 hope it goes smoothly id like to learn to make personal scripts in the future 1 Link to comment Share on other sites More sharing options...
ashleyg48 Posted February 16, 2014 Author Share Posted February 16, 2014 Thank you, Meditation! - Competition on the thread by the way people, just read near bottom and it'll say how to enter if you wanna win a free bond once in a while ;) If anybody can help me with this current issue it'd be amazing Having an issue getting this ArrayTable's part of Newboston's video... Here's my code: http://prntscr.com/2sv40d and this is his, all I've changed is array initialize numbers and the variable name. This is his code -> http://prntscr.com/2sv4ea Thanks in advance Link to comment Share on other sites More sharing options...
Allen Posted February 16, 2014 Share Posted February 16, 2014 Thank you, Meditation! - Competition on the thread by the way people, just read near bottom and it'll say how to enter if you wanna win a free bond once in a while ;) If anybody can help me with this current issue it'd be amazing Having an issue getting this ArrayTable's part of Newboston's video... Here's my code: http://prntscr.com/2sv40d and this is his, all I've changed is array initialize numbers and the variable name. This is his code -> http://prntscr.com/2sv4ea Thanks in advance Remove the semicolon at end of for loop. Should be for(int counter = 0; counter < ash.length; counter++) System.out.println(counter + "\t" + ash[counter]); 1 Link to comment Share on other sites More sharing options...
Pandemic Posted February 16, 2014 Share Posted February 16, 2014 Good luck buddy! Add my Skype if you ever need help: PandemicScripts Link to comment Share on other sites More sharing options...