Fight Club
Alien Vs Predator
The Matrix trilogy
The Ring/remakes
The Last Samurai
American History X
American Beauty
Resident Evil
Deep Blue Sea
Kill Bill series
Troy
Pulp Fiction
8 Mile
The Green Mile
Interview With The Vampire
Devil's Advocate
Brother
Scarface
is there any kind of text book for this subject? I never go to lectures (boooring, and the friday 1 starts at 8) and only attend the tutes. The tuts are good cause that's where I learnt all my stuff but it's insufficient for me to ace the damn subject. much appreciated if anyone knows of any...
Well, here's my story. I'm currently 19 and like some of you, never ever had a girlfriend. That's because I was trapped in a all boys school for 6 bloody years and havn't spoke to one single chick for 5 years. As you know, the outcome's awful, it pretty much made me a social phobic. It's not...
I was in the similar situation as you, but a few days ago I walked up and struck a converstation with the girl. I've gotten to know her better through that. We went from strangers to acquaintances in one short conversation. First things first, start a conversation. It works, gluck with your...
congrats on moving into the advanced stream!!
yeh, I'm in 1001, y am i doing so? I want to do computer as a part of my double degree along with commerce. So when I come out after 5 years, I'll hopefully have a good career prospect as the two course are related in the future. :D
hi, my code are as follows:
public double increaseBalance(double increment)
{
balance = balance + increment;
balance = balance * 0.99;
return balance;
System.out.println();
}
ok, my problem lies within the line System.out.println(); where i would have the system to display the...