So I'm a freshmen in college and I'm taking CSE 20 which is basic Java.
I stayed up late and fell asleep in all my labs which are 8 in morning. My classmate saved my ass and I barely grabbed the concept every lab.
I can read code and answer questions but coding from scratch is still difficult for me but fortunately I still have an A.
[b]My final is in 2 days and I'm just wondering if there's any method or place online I can strengthen my coding from scratch?
We're doing for, while, do while loops and arrays.[/b]
Check out the tutorials for those things on oracle.com.
Codeacademy is okay.
[url]www.codecademy.com/[/url]
[editline]11th December 2012[/editline]
[b]Jesus, you waited until two days before the final to do this?[/b] You're fucked.
I just google and click the top 10 links whenever I need to find something out. I suggest gooling things like "for loop example", read up and understand and then move on. Don't worry, all those you mentioned are piss easy.
[QUOTE=LobsterPastry;38795627]Codeacademy is okay.
[url]www.codecademy.com/[/url]
[editline]11th December 2012[/editline]
[b]Jesus, you waited until two days before the final to do this?[/b] You're fucked.[/QUOTE]
Dawg, I do this all the time. A's everywhere.
[editline]12th December 2012[/editline]
Hey that site is pretty cool.
[QUOTE=Errorproxy;38799865]Dawg, I do this all the time. A's everywhere.
[editline]12th December 2012[/editline]
Hey that site is pretty cool.[/QUOTE]
You're gonna hit a massive wall eventually if you keep doing this
If you weren't willing to apply yourself fully to learn Java according to what your College was lecturing you on, why should other people use their time to help you catch up?
Would you even remember any of it after your final? Perhaps if it wasn't extremely last minute or there were concepts you didn't fully understand.
The only proper way to learn how program is to actually practice by doing the work.
Java assignments [B]can[/B] [B]be[/B] pretty easy. Go back and re do assignments which have content that will be on your final.
[QUOTE=DeEz;38799894]You're gonna hit a massive wall eventually if you keep doing this[/QUOTE]
No man, I did not try at all in high school so I got into the lowest University of California.
I actually study now instead of winging it every single test like I did in high school.
The final is open book, the thing is our professor for CSE puts these twists on the test that make it hard.
I've looked over the stuff in class and I'm good now.
[QUOTE=Errorproxy;38799865]Dawg, I do this all the time. A's everywhere.
[editline]12th December 2012[/editline]
Hey that site is pretty cool.[/QUOTE]I know that feel, but it won't last forever.
[editline]12th December 2012[/editline]
I mean, sure, I can shit out a 10-page final paper and get a 'Superbe' with an A+, but do I have anything to sho-- Oh. I do.
[editline]12th December 2012[/editline]
Never mind. Procrastinate you're heart out.
Could I have a quick answer?
What would be good resources to pick up c# or python?
This is just for myself, not in any programming class.
[QUOTE=LobsterPastry;38807993]
Never mind. Procrastinate you're heart out.[/QUOTE]
your right.
Just took it. It was a'ight.
Coding is different than normal classes. Once you get it, it's with you forever. At least for me.
codingbat.com
sign up, lots of good loop/array problems for beginners. they have some tough ones too.
public class YoureFucked
{
public static void main(String [] args)
{
System.out.println("Good luck on the final");
}
}
public class Response {
public static void main (String[] args) (
Int fucks_given = 0;
if (fucks_given <=0)
System.out.println("Suck my dick.");
else if (fucks_given > 0)
System.out.println("I love you.");
hint: [sp]The else if is dead code.[/sp]
This is so cool, I can make coding insults now.
I just realized I forgot to put in a scanner and nextInt but I need to go study Philosophy now.
[editline]14th December 2012[/editline]
[img]https://sphotos-b.xx.fbcdn.net/hphotos-ash3/533607_513169722033998_1050253751_n.jpg[/img]
Found this on an FB friend's wall.
Sorry, you need to Log In to post a reply to this thread.