With your current subscribers after 4000 days The rate I calculated and it's coming to be 0.00137 At this rate your current subscribers comes out to be 2.45 million which is exactly where you are today ❣️
i like the tutorial but i feel like you should have expanded on Math.pow some more. You didnt really explain why we are using it where it comes from how it works. just kinda glossed over it.
I just did this program with the amount of days that it has been since the upload date and your starting amount. This calculation says you should have 7,264,478,428,819,704,800 subs what the hell man, must be slacking. 2.1 Million 😀
Can u make a video on how ( ci-si )
With your current subscribers after 4000 days
The rate I calculated and it's coming to be 0.00137
At this rate your current subscribers comes out to be 2.45 million which is exactly where you are today ❣️
Your calculations are a bit off.
In the day im watching, you should have 4151842897951845000000 subscribers. XD
video recorded at 10,000 subs, I'm watching at 2.45 MILLION Subscribers.
According to that, Bucky would have "2.8 Billion Trillion" subs by now 😂
2.43 Millions Subsriber and am gonna subscribe for you now bucky ♥
I calculated from the day you made this video until today and it shows that you should have 2.24m subs which is so close xD
it is principle not principal.
ha 10k subs, now its 2.4 million, congrats on your success
You have 2.3 million subscribers in 2020
i liked it
now you have 2.35M subscriber, keep up the tutorials, ❤️
Day 240, Bucky has gained 9,991,479 subscribers in total since the beginning of the year
Day 694, Bucky gains 9977768 subscribers a day
Day 712, Bucky beat Pewdiepie and T series
You got 3.33M ! Thx for this awesome tutorials ! 😀 Helped me alot.
i like the tutorial but i feel like you should have expanded on Math.pow some more. You didnt really explain why we are using it where it comes from how it works. just kinda glossed over it.
Ten years later your actual rate per day is roughly .0015
This channel is so helpful
as of 08/08/2019 Bucky have 3.5 million subscriber lol that's a lot.
public static void main(String args[]){
System.out.print(404 ERROE BRAIN NO FOUND)
}
Surely you can do this fairly easy without a loop?
you have 2.2 million now… I guess that means you did something right
From 10,000 sub to 2,200,000 THANKS Bucky
10,000 on may 10 2009 >———————- > 2,200,000 on may 20 2019
You are at 2.26 M subscribers now, good job🙌💯
Guys if Math.pow function does not work for you then use the function below.
java.lang.Math.pow()
First learn how to speak properly
calculating from 2009 to 2019 I got
2147483647 subs.
He's at 2.2million. That's actually not far off. damn.
2.2 M's and the programme still countin.#100
2.2 mil from 10k fricking crazy
and look at you now, 2.2 mil o/ :O
thenewbosten back in 2009:
"im making this when i have 10000 subscribers"
thenewbosten now:
2.2mil subs
2.2 million 02.20.2019
10 years latter
Still relivant
anyone watching in 2019?
I'm curious to know why he didn't put the formula under comments // so we could look at it while he was working
ur the best
And now you have 2.1M subscribers! 😮
Thank u
Dec 2018 anyone? hehe, i make it more flexible, check below:
it will ask user from their inputs, yes i'm learning 🙂 going to nxt vid
import java.util.Scanner;
class compound {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
double amount, principal, rate;
System.out.println("Enter your principal: " );
principal = input.nextDouble();
System.out.println("Enter your interest rate: " );
rate = input.nextDouble();
for (int day=1;day<=20;day++) {
amount = principal * Math.pow(1 + rate, day);
System.out.println(day + " " + amount);
}
}
}
Bucky is the man!
Now at 2.1 m subscribers from 10k in 2009
not 10000, you got 2 million now :v
complicated
Thankyouououuouououo
I just did this program with the amount of days that it has been since the upload date and your starting amount. This calculation says you should have 7,264,478,428,819,704,800 subs what the hell man, must be slacking. 2.1 Million 😀