According to that it would have taken bucky a little more than 306 years to gain 210,510 subscribers..... instead he gained them in a little less than 3..... i think bucky deserves a round of applause
Has anyone but me noticed that he used the wrong principle? He said principal, as in principal of a school. Now i'm not criticizing him or anything, i just noticed that. Did anyone else?
Let me propose an easier way for this....instead of having a "principal" and an "amount" variable,keep just one variable called "amount",give it the value of principal(amount=10000)
then inside the loop put the following amount=amount+(amount*r)
plain and simple without even using the Math.pow function and saving one variable from memory usage
if your subscribers are increasing by 1% per day, it will double every 70 days. That means every year, your number of subscribers will increase by a factor of 32. That means that if you have 10,000 subs now, within 4 years you will have roughly 10 billion subscribers (there are only 7 billion people on the planet!)
"compound interest is the most powerful force in the universe" Albert Einstein.
I my grandpa programs in Java, C, C++ and C#. He got me 2 java books, because i told him i wanted to learn programming, but i find bucky's tutorials much easier to understand, and much more entertaining to watch :D
i have a 3 hour class each thursday where we go through java step by step, i watch this and save about 3 hours of time, so im ahead of my programming class, my friends comes to me for help.
i have 10000 subscribers now and 11 days from now i'm gonna have eleven hundred forty six subscribers....lol.....bucky rocks. he might delete you in near future from his subscriber's list .
@usama8800 R is the rate of the growth of his subscribers. In this case, each day the number of people subscribing to him is R = 1 % of the amount of subscribers he has. This means he has the next day the amount of subscribers from the previous day plus the 1 % new subscribers. This 1 % is equal to 0.01 times the amount of subscribers from the previous day, so:
There is no difference between (String args[]){ and (String[] args){
when you make a class you can click an option to automatically type "main(String[] args){" but when i forget to do this and i have to type it out i find it faster / easier to just type "main(String args[]){".
in this case you actually spell principle as such ... in math the principle is not the same as principal.. who is the supervisor of your teachers at school
I tried to calculate how long till the entire population of the planet was subscribers, but after a certain amount of days it said infinity! i set max days to 1000000 and it wasn't even half way that it gave up!
I think it would have made more sense if instead of day, years was used as the function goes by years. But ya this is the math way of calculating interest where as finance has simple and compound interest which calculates differently.
Actually you were showing an example of something else. Compound interest has a different formula because the rate is compounded. This is just a standard interest rate formula.
have to make a question... you said you can't integer with the principal amount because you will have to use decimal points but looking to the data you have, you are talking about people. my question is:
why can't i use int for principal if there shouldn't be any decimal number storage in this variable? shouldn't int solve the problem of the user typing wrong information?
Awesome tutorials. Btw I think u need to update the principle after each iteration. Because ur subscribers depend on 1.1% of current subscribers. After each day ur subscribers change. so principal = amount in the end for each iteration.
@montycarlo5 if i understand this video correct, then i think that he solves this in the part "Math.pow(1 + rate, day), for each day the rate gets bigger so it still is correct. I think that is how it works. If it does not, please tell me.
@seed419 Well sorry i didnt really think it would be a joke without a smiley and having a frowny instead =D i guess my fault,i dont actually have a good sense of humor anyways.
@Budishaa isn't it funny how after Minecraft has been modded so many people learned java and they can actually be game developers.I think they waste their time modding an already good game ;)
@MrAvatar4o well it does help,as many people have to look back at tutorials just to do something again in minecraft coding :(.I used to do that,but now im about to make my own game.
subs=subs*(1+growth); if you want to take the advantage of the loop, otherwise just do at 20 right away
DroopyDog17 2 days ago
Well... I believe the math would have actually been A = P(1.01^N)
TheOrangeAngel1 5 days ago in playlist Java (Beginner) Programming Tutorials
That would be about 1% of P per day.
TheOrangeAngel1 5 days ago in playlist Java (Beginner) Programming Tutorials
Thumbs up if you're subscribed
SuperCheezyGuy 5 days ago in playlist Java Tutorials (thenewboston)
Video's main audience is adults.
Assumes audience doesn't know compound interest.
What?
NinjaCatStudiosArt 6 days ago
The thing i love about bucky's tutorials is that he explains it a little as he is doing it and then at the end goes through it so i can take notes :)
DiaBgamingcommunity 6 days ago
@thenewboston, if you use for, why not do that ? "amount = amount * (1 + rate);" amount being init. with principal
7fairytale7 1 week ago
I have a little problem, whenever I touch run, it runs the previous tutorial (forLoops.java for me) instead of this one (CompundInteres.java for me).
Tkwk33 1 week ago in playlist Java (Beginner) Programming Tutorials
@bluedude34 He's using days, not years.
MrJepcats 1 week ago in playlist Java (Beginner) Programming Tutorials
thumbs up if your gonna watch ALL the tutorials then make epic java games
epicshaba 1 week ago
According to that it would have taken bucky a little more than 306 years to gain 210,510 subscribers..... instead he gained them in a little less than 3..... i think bucky deserves a round of applause
bluedude34 2 weeks ago in playlist Java (Beginner) Programming Tutorials 15
@bluedude34 days not years.... did your math wrong
ShaneCopseysTV 5 days ago
google what???
limbokaj81 2 weeks ago in playlist Java (Beginner) Programming Tutorials
Comment removed
UKL33TGaming 1 week ago in playlist Java (Beginner) Programming Tutorials
@limbokaj81 Compound Interest - so that you can see the formula which is basically
A = P(1 + r)5
UKL33TGaming 1 week ago in playlist Java (Beginner) Programming Tutorials
Like this if in the event you ever do anything practical with java you will put bucky in the credits
TheViolinCalamity 2 weeks ago 38
People say programming is hard. They don't know how much harder it is using excel...
I PITY THE FOOL(s)
TheViolinCalamity 2 weeks ago in playlist Java (Beginner) Programming Tutorials
principal = head of school
principle = idea of
B1KMusic 2 weeks ago
@B1KMusic head of school = living organ ontop of a building.
It's principal. Trust me.
XwatchmyvidsX 1 week ago
*subscribe* troll :D
StealthyHunter7 3 weeks ago
How I love people withe the time to be able to teatche other people over a term of 3 weeks without the use of books :P
moadiep1 4 weeks ago in playlist Java (Beginner) Programming Tutorials
We learned it with b*a^t.
U only must remember nanananananananBATman
and boom u got it :D
TikisSentry 1 month ago 2
what is day + he used to print output
COD5252 1 month ago
I read the comments first and find no sense but as soon as i watched the video i think them
COD5252 1 month ago
The actual rate to get close to the real number of subscribers in the ~1050 days since this video is 0.00285%!
petermauldin 1 month ago in playlist Java Programming Tutorials
Has anyone but me noticed that he used the wrong principle? He said principal, as in principal of a school. Now i'm not criticizing him or anything, i just noticed that. Did anyone else?
EpicFailuresUnited 1 month ago
@EpicFailuresUnited the accent...some people actually pronounce 'principle' as principal..
mendozajanrae 2 weeks ago in playlist Java (Beginner) Programming Tutorials
@jacobmayday Mine doesn't do that until until day 695 (by the way by E7 java just means *10^7
mrstubzzz 1 month ago in playlist Java Programming Tutorials
Inner math nerd is upset. The formula for compounded interest is A = P(1 + (r/n))^(n*t)
A = Amount
P = Principal amount
r = interest rate
n = number of times compounded yearly
t = number of years
Inner programming nerd is happy because these videos are awesome.
BlueSogekihei 1 month ago in playlist Java Programming Tutorials 2
@jacobmayday 3,342E7=3,342*10^7 its just a way how large numbers are expressed on computers. But i dont know why your programm restarts ...
MrYouMath 1 month ago
According to mine he should have 209k subs.
He has 203k :O
Bradstuffer 1 month ago in playlist Java Programming Tutorials
@Bradstuffer he has 209k now :D
XxxTheProGamerzxxX 4 weeks ago in playlist Java (Beginner) Programming Tutorials
Well today you should have 175,222,170 subscribers, I think that's a little off.
samskinburg 1 month ago
Thank you maths.
rctwik 1 month ago in playlist Java Programming Tutorials
subscribers now: about 200,000
xD
Kingfish212 1 month ago in playlist Java Programming Tutorials 2
Bucky, i have to say, without you i'd be no where in java, thanks a million
EchoSnipinn 1 month ago in playlist Java tut 2
Let me propose an easier way for this....instead of having a "principal" and an "amount" variable,keep just one variable called "amount",give it the value of principal(amount=10000)
then inside the loop put the following amount=amount+(amount*r)
plain and simple without even using the Math.pow function and saving one variable from memory usage
DevilOnHog 1 month ago
@DevilOnHog I did the same, only with two variables. That is to say, I also didn't use the Math.pow function:
for(int i = 0; i<10; i++){ amount = rate * principal + principal; principal = amount; }
I see how yours is better. I also didn't make it print out each day.
iambored2006 1 month ago
@jacobmayday scientific notation :D
MrTransman99 2 months ago
if your subscribers are increasing by 1% per day, it will double every 70 days. That means every year, your number of subscribers will increase by a factor of 32. That means that if you have 10,000 subs now, within 4 years you will have roughly 10 billion subscribers (there are only 7 billion people on the planet!)
"compound interest is the most powerful force in the universe" Albert Einstein.
PhilMcCrack1 2 months ago
@BFitzProductions did you install the JDK right because I didn't have to import it
USDAapprove 2 months ago
I fixed the problem, but how is it that you don't have to import math, but I did? Math.pow didn't work until I imported java.lang.Math.
BFitzProductions 2 months ago
you can also write the program without the Math.pow
Code:
for(int day = 1;day<=20;day++){ amount = principal + principal*rate; principal+=principal*rate;
manomama7 2 months ago
btw, today, 12-22-2011, there are 192,953 subscribers, but there is suposed to be 3053444.
agcummings11 2 months ago
@jacobmayday make sure rate = 0.01 not 0.1
agcummings11 2 months ago
i checked 500000 days in the future and..
"500000 Infinity" looks like youll have infinite subscribers here in a couple centuries! :P
Gam3r979 2 months ago
@Gam3r979 actually more like 1000 years
Gam3r979 2 months ago
Compound interest is A=P(1+R/M)^MT
A= ending amount, P = Starting amount, M = compounds per year, T = years
MrEvan4000 2 months ago in playlist Java Programming Tutorials
If you put too many days it will just start saying "Infinity".
thedestroyingpulsar 2 months ago in playlist Java Programming Tutorials
When would it be practical to use int instead of double if double can function both as a whole number and fraction?
spikedemon57 2 months ago in playlist More videos from thenewboston
how come he didn't import math directory ????
how can he directly use it..?
yash0210dalmia 2 months ago
May 10. 2010 - 377834 Subscribers... What?
SpidarStar 2 months ago
Comment removed
SpidarStar 2 months ago
if this were the actual rate you'd have over 52million subscribers today!
MICR0SH1T 2 months ago in playlist Java Programming Tutorials
@jacobmayday that's scientific notation with letters
I think
warriorsfan12331 2 months ago in playlist Java Programming Tutorials
waaiiiitttt......I = PRT :P
RynoFb 2 months ago in playlist Java Programming Tutorials
@RynoFb I learnt I=PRN
RedofYellow 2 months ago in playlist Java Programming Tutorials
@RedofYellow What does N stand for?
RynoFb 2 months ago
@RynoFb Number of years.
RedofYellow 2 months ago
@RedofYellow Ok, well I = PRT is Interest = Principle(Rate)Time so it's llike the same
RynoFb 2 months ago
@RynoFb It is the same, just a different letter.
RedofYellow 2 months ago
So i wrote the program and it says that since May10, 2009 until now, you should have 500million subscribers....
thangbanhbao 2 months ago
Bucky.....I am substantially impressed!
Claymore2408 2 months ago
did anyone notice that is was supposed to be "principle" not "principal" >_<
Matthew22604 3 months ago
For beginners it is wise to use floats instead of doubles, im sure bostonn will get into it in the more advaced tutorials :)
o0Richard 3 months ago
It's standard form. The E.
Tubrista 3 months ago in playlist Java Programming Tutorials
I had to research for 1 hour but know i really understand! Also this helps with Maths very good.
Genuigr 3 months ago in playlist Java Programming Tutorials
Come on Bucky I got to teach you some spellings, its Principle not principal.
nvarun300 3 months ago 2
"I wrote this when I had about.. 10,000 subscribers..."
Now? 174,000 subscribers. Go bucky!
KyleWannaKookie 3 months ago in playlist Java Programming Tutorials
Just what I need for school!
Thanks, Bucky :D
kaimarohero 3 months ago
Great, now I can lend some money.
mradosovic 3 months ago
I my grandpa programs in Java, C, C++ and C#. He got me 2 java books, because i told him i wanted to learn programming, but i find bucky's tutorials much easier to understand, and much more entertaining to watch :D
DJafferiK 3 months ago
377,834 subs a year
retarturtle 3 months ago in playlist More videos from thenewboston
Thank you so much Bucky. I felt like I would be freeloading if I didn't thank you.
joeygrindsgears 3 months ago in playlist More videos from thenewboston
Hi Bucky,
Thanks for all again, you make easier the java understanding.
I did that program without using theMath.pow() function and I left one variable and it works also properly as you can test.
int day;
double amount = 10000;
double rate = .01;
for (day=1; day<=20; day++){ amount=amount*(1 + rate); System.out.println("At the end of the day " + day + ", " + amount + " subscribers");
}
AlephAriadiate 4 months ago
@jacobmayday e# = x10^# its called expotental notation. Its a way of shortening HUGE numbers.
so 1.2E10 = 1.2x10^10 or 1200000000 Hope that helps.
gixxygamma 4 months ago in playlist Java Programming Tutorials
100000 Infinity
LOL
itsjustthecause 4 months ago in playlist Java Programming Tutorials
If you watch the view count each vid it gets Smaller
obiegryff 4 months ago in playlist TheNewBoston - Java Programming
He should have 7.748834840250845E7 by now xD
Ubaroo 4 months ago in playlist Java Programming Tutorials
System.out.println(amount+"\t subscribers on day "+i+".");
\t = tab
JKTCGMV13 4 months ago in playlist More videos from thenewboston
If this were a correct calculation, you would have over 6.6 million subscribers...which you should. But sadly, you do not. :(
Shaddix7861 4 months ago in playlist More videos from thenewboston
@jacobmayday also, you probably did something wrong.
TheDrCN 4 months ago
@jacobmayday "ex" is shorthand for " * 10^x" where x is that number that comes after the e. Calculators use that too.
TheDrCN 4 months ago
Comment removed
lchricky 5 months ago
"a couple of half-subscribers" doesn't that equal one subscriber?
cockycoding 5 months ago in playlist Java Programming Tutorials
i have a 3 hour class each thursday where we go through java step by step, i watch this and save about 3 hours of time, so im ahead of my programming class, my friends comes to me for help.
WindWalker940 5 months ago
@WindWalker940 I've said it once, and I'm saying it again. He's the Khan of techies.
TheDrCN 4 months ago
I remember learning this in exel :D But now im learning how to make it, awesome.
MartysAdventure 5 months ago in playlist Flere videoer fra thenewboston
Thank you.
Using your calculator tutorial with this, i was able to make a basic input calculator for this :o I love your tutorials, very helpful.
xkyouchoux 5 months ago
by now you should have 400,000 subscribers....
paulceltics 5 months ago
Watched beginning of video: Oh shit, this may be my downfall!
Watched rest of the video: Bucky saves the day! :D
IceColdCubeS 5 months ago 26
i have 10000 subscribers now and 11 days from now i'm gonna have eleven hundred forty six subscribers....lol.....bucky rocks. he might delete you in near future from his subscriber's list .
bipzbuzz 5 months ago
I'm substantially impressed!!!
Bouncertt 5 months ago
you should have 1186477.2510251561 subscribers! but you don't :( you only have 110000 :((((
xero907 6 months ago
On may 10, 2010, you should have had just over 375000 subscribers.
michaeldcurry1 6 months ago in playlist TheNewBoston - Java Programming
dude this is funny i always thought math after like 5th grade does nothing and algebra is helping me understand this here lol.
F4TALFURY 6 months ago
@thenewboston Principle*
In school, the princiPAL is your PAL.
xVerbati 6 months ago
You should have (to be exact on the 26th Aug) 812918.8833512849 subscribers :)...but you only have 149000....:(
TheXTaggs 6 months ago
Bucky you should have over 14 million subs now!!
EpicTronics 6 months ago
y did he do 1+ r ?? i dont get it
usama8800 6 months ago
@usama8800 R is the rate of the growth of his subscribers. In this case, each day the number of people subscribing to him is R = 1 % of the amount of subscribers he has. This means he has the next day the amount of subscribers from the previous day plus the 1 % new subscribers. This 1 % is equal to 0.01 times the amount of subscribers from the previous day, so:
new amount = previous amount + (previous amount * 0.01) = previous amount * (1 + 0.01) = previous amount * (1+R).
Basic math.
colouredmirrorball 6 months ago
@colouredmirrorball thanks.!!! :)
usama8800 5 months ago
There is no difference between (String args[]){ and (String[] args){
when you make a class you can click an option to automatically type "main(String[] args){" but when i forget to do this and i have to type it out i find it faster / easier to just type "main(String args[]){".
danwelsh044 6 months ago
Why'ed Bucky change from (String []args) to (String[] args)? Is there a difference?
MilesTubeTV 6 months ago
in this case you actually spell principle as such ... in math the principle is not the same as principal.. who is the supervisor of your teachers at school
TwizzyTheWizzy 6 months ago
822 days since May 10th, 2009.
He should have 356,590 subscribers.
AllThatStuffVids 6 months ago
lol he did principal instead of principle...
Phillie103 6 months ago
Bucky has over 9,000 subscribers.
supersecretroom 7 months ago
sprite+strawberries+lemon juice+fridge=awesome
(just btw)
stratt101 7 months ago
I tried to calculate how long till the entire population of the planet was subscribers, but after a certain amount of days it said infinity! i set max days to 1000000 and it wasn't even half way that it gave up!
DarthLOL293 7 months ago
ok i don't quite understand why u would times the day (1 + rate, day)
BigGayDoug 7 months ago
@BigGayDoug
i don't think bucky meant to say it times the day
BigGayDoug 7 months ago
@BigGayDoug that's (1+rate)^day...
zerohourkevin 7 months ago
i get it now, if you * something by 1 you get 100 percent of that number if you * it by .01 it's 1 percent of it.
BigGayDoug 7 months ago
also don't understand why its (1 + rate) and not just (rate), what does the 1 do? and why put a * infront of math.pow
BigGayDoug 7 months ago
if he's gaining subscribers at 1 percent a day, 1 percent of 10000 is 100 not .01? am i being a retard?
BigGayDoug 7 months ago
Comment removed
stratt101 7 months ago
ff
MrFishysteak 7 months ago
I think it would have made more sense if instead of day, years was used as the function goes by years. But ya this is the math way of calculating interest where as finance has simple and compound interest which calculates differently.
faruqUK 7 months ago
This has been flagged as spam show
For anyone having trouble with the actual math, and not the programming, check out this video: /watch?v=AwzWp7mWrtg&feature=relmfu
coolvideo940 7 months ago
i didnt understand this...because compund interest is retarded!!! the java made sense though haha
sammy43434 7 months ago
Actually you were showing an example of something else. Compound interest has a different formula because the rate is compounded. This is just a standard interest rate formula.
soulelemanator97 7 months ago
wow u know u were suposed to have 1 mil subsribers now after 2 year and 2 months ?? well ur not that far :P u should be optimistic
endriff 7 months ago
@idvhfd Minecraft has economy, banking, and stocks plugins :P
EMKshadow 7 months ago
i changed the day to 790 (thats up to July 9, 2011) and it says he should have more than 100 million subscribers :O
12qwaszx996 7 months ago
prize....
dragokld 7 months ago
who else dont there amount of subscribers...29...
Themincraftguy 8 months ago
Bucky for Nobel price... for PEACE!
cristiancj82 8 months ago
I am substancially impressed.
Adz1001 8 months ago
I like how u do the summary at the end.
MrSkateify 8 months ago
Woot! I managed to create an interest calculator in the form I=Prt, which receives user input too, from this! Thank you bucky!
SauskueHitsugaya 8 months ago
dont forget to click the ads for bucky!
XRenkoX 8 months ago
This has been flagged as spam show
Please! Can someone tell me what does word "principal" mean? I can't translate it into russian:D (google translates it only as "school principal") :(
lex200900 8 months ago
Comment removed
lex200900 8 months ago
over 100 subscribers a day. Damn
steamtrav 8 months ago
@100silverpizza
You are crap programming.
HornyMacaroni 8 months ago
you should had over 21 mil subscribers by now
4EvErKniFe 8 months ago
Ok,I get it.it is the same god damn thing.
TheMislav100 8 months ago
Can someone explain what is math.pow ???
coulnd we just use : amount=principal*(1+rate)^day
TheMislav100 8 months ago
Comment removed
HornyMacaroni 8 months ago
@TheMislav100
Java doesn't know these commands.
The default Java command to do "^" is Math.pow. It does exactly the same, it's just written differently.
What is does is calculate the power (which is the second parameter) of the first parameter.
HornyMacaroni 8 months ago
I'm willing to bet the rise in buck's videos lately is due to people's interest in modding Minecraft.
That's what I'm here for at least. :P
InvaderWakkoReborn 8 months ago
@100silverpizza due this has nothing to do with websites these are just examples
ultrasecretninja 8 months ago
@100silverpizza Are you being sarcastic =P.
Furyright 8 months ago
This has been flagged as spam show
Thumps up if you went and checked how many subscribers he has..
sirnickey 8 months ago
Shouldn't it by A = P(1+(r/365)^(365*t) you are compounding every day
1994taxman 8 months ago
Hmm if this was compound wouldn't the math be
Amount *= Math.pow((Rate + 1), intDays);
this takes into account that after tomorrow you have more subscribers
iamchippylol 8 months ago
I'm afraid of half-subscriber. Undead attacks :(
Kouinyanogotoshi 8 months ago
477 nerds!!!!!!!
nidea09 9 months ago
@nidea09 do u mean 477 millionaires. example notch, the creator of Minecraft.
MrJagaloon 8 months ago
have to make a question... you said you can't integer with the principal amount because you will have to use decimal points but looking to the data you have, you are talking about people. my question is:
why can't i use int for principal if there shouldn't be any decimal number storage in this variable? shouldn't int solve the problem of the user typing wrong information?
TheSh4go2 9 months ago
363 5.896421555566455E306
364 4.1274950888965186E307
365 Infinity
wtf infinity thats awesome i want tha tmany im gonna have that many
basketballdude138 9 months ago
dang it. if his subscribing rate continued he would have had
539391740.5144048 by today
hizzleyo 9 months ago
In which grade can you take algebra 1 ?
graknol 9 months ago
@graknol 7th grade in California. Its pretty much the same with all states.
JamesCalex 9 months ago
ye will you have 120K+ subs. o.o
toy741life 9 months ago
It shouldn't sound complicate if you took algebra 1
Shihonoryu 9 months ago in playlist Learn Java
By today you should have " 1.5154133332062097E7 " subscribers =/ if only it were true =[
0pacella0 9 months ago in playlist Java Programming Tutorials
Awesome tutorials. Btw I think u need to update the principle after each iteration. Because ur subscribers depend on 1.1% of current subscribers. After each day ur subscribers change. so principal = amount in the end for each iteration.
montycarlo5 9 months ago
@montycarlo5 if i understand this video correct, then i think that he solves this in the part "Math.pow(1 + rate, day), for each day the rate gets bigger so it still is correct. I think that is how it works. If it does not, please tell me.
steffenaap 9 months ago
where's the minecraft plugin tutorial :(
seed419 10 months ago
@seed419 He never said that there will be and learn to walk before your run.
RokuNoRaiden 9 months ago
@RokuNoRaiden That was a joke Mr. Good Sense-Of-Humor :)
seed419 9 months ago
@seed419 Well sorry i didnt really think it would be a joke without a smiley and having a frowny instead =D i guess my fault,i dont actually have a good sense of humor anyways.
RokuNoRaiden 9 months ago
Comment removed
sharathdozen 10 months ago
Isn't this better way?
principal = principal + principal * rate;
frostyKB 10 months ago
well, by now you should have had 239,000 suscribers... and you got 100,000
:( bummer
adonsaar 10 months ago 43
Very good bucky !!!!!!!!
ownerV75 10 months ago
learning from the comments on this tutorials, people learn java to either make mods for minecraft or make a game like minecraft :)
Budishaa 11 months ago 17
@Budishaa isn't it funny how after Minecraft has been modded so many people learned java and they can actually be game developers.I think they waste their time modding an already good game ;)
MrAvatar4o 4 months ago in playlist Java Programming Tutorial
@MrAvatar4o well it does help,as many people have to look back at tutorials just to do something again in minecraft coding :(.I used to do that,but now im about to make my own game.
chrisall76 4 months ago in playlist java tutorials
@chrisall76 Good luck on learning,coding and all the things you will need to make your own game!
MrAvatar4o 4 months ago
principal=principle
lol
kitfisto101 11 months ago