Uploader Comments (MrObviouslyJesus)
Top Comments
-
I can't watch this.
NO cool jacket?
NO cool hat?
I'm fucking out of here.
-
Can anybody tell me what textbook he held up? I have watched this like 5 times and I know he said something about it, I just can't find it now that I actually need the information. :/
All Comments (212)
-
Unity, anyone?
-
why not use blueJ?
-
instead of targating woodys son, why couldnt you have done something smaller? why not made it not public, and just have said hey woody i do not like the way you expolit ur son, but im not here too troll you im here to learn about this.Thank-you. :D.
-
Dfhvxubvhzhbdjbgk hnjudichj. Get out of here script kiddies.
-
GO FUCK YOURSELF
-
Burn in hell
-
@MrBrynUnce No thanks I'm good I solved this problem a long time ago but thanks anyways.
-
I've never watched any of your videos till today and this instantly gained a bit of respect. I want to see some machine level ternary next :P feel free to "make" your own instruction sets and modeled processor.
-
@sackoo11 look at your imports, the line where it says import java(x)..... one of those there is unnecessary and should be removed.
-
@TheMrDtrain In Java, there are a varying amount of data types. whole numbers are called byte (1-255), int (256-2147483647) and long (2147483647-something, can't be asked to type it out.)... What you are however.. is giving it a float, or double. which are decimal numbers. So the program is expecting something, but getting another. If you want some more info, message me and I'll give you a guide on how to have either whole numbers or decimals.
Well, i failed right at the first one!!! It just tells me "no main class found" And I SWEAR I copied everything you wrote! you should do it in the computer and not in the board...
moscas00 1 month ago
@moscas00 If you're using Netbeans, you need to specify a package name before "public class ClassName {"
Use the project creator (second tool from the left in the Netbeans top bars), and it will do it for you.
MrObviouslyJesus 1 month ago
Jesus, I am doing the CompCoin one, and it says remaining is already defined in main(java.lang.String[]). What did I do wrong??
MrRJDemon 1 month ago
@MrRJDemon You're probably writing "int remaning" every time you use it. You only have to write "int" once.
MrObviouslyJesus 1 month ago
I have a problem with the CompCoin code. Everytime I write "remaining = remaining %X"
It gives me an error because it says I already defined remaining once. I cant fix this on my own.
MadMadsGamer 1 month ago
@MadMadsGamer You're probably writing "int remaining = remaining % x" instead of "remaining = remaining % x"
MrObviouslyJesus 1 month ago