I'm also with Sonic. It's not like we're talking 300 lines of code here - all Sonic's done is the code equivalent of a paintover. If we had someone in here asking for assistance with a texture would you give them a link to Ror's Journal and say "here you go, good luck"? Of course not, So why should it be any different for…
So I have this intro to Java class and I am having difficulty because my teacher is a senile 75-year old lady who thinks that teaching us how many bits are in different thing is more important then teaching us how to actually program. Our assignment is to "Write a program that will read a line of text as input and then…
Fuck you, you gave him the answer. You should have explained how you would go about it and then let him try to write the code. But no, instead you did his homework for him. Fuck you.
There is also the simple fact that Striff possibly learned a much more useful lesson than string manipulation in java. Interpreting and understanding other peoples code. I definately agree with the paint over analogy.
Sonic, THANK YOU so much for your help. I will defiantly read through the code and try to understand it. I appreciate it a lot. You just saved my weekend Thanks for the link Keg. Looks like a good site. I would normally not ask for help like this, however my tutor was not able to help me this week and this assignment is…
[ QUOTE ] Fuck you, you gave him the answer. You should have explained how you would go about it and then let him try to write the code. But no, instead you did his homework for him. Fuck you. [/ QUOTE ] Wow Noel, your emoblog is true to your character. It sucks to learn programming when you have a shitty teacher and no…
<font class="small">Code:</font><hr /><pre>import java.io.*; import java.lang.*; public class help { public static void main (String args[]) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String userInput = br.readLine(); int wordends = userInput.indexOf(' '); String…
Geez I didn't think it would be that big of a deal to come on here and ask for help. Don't people come on here and ask how to do something like normal mapping and people help them out? Whats the diffrence?