Sir your way of explanation is very good there is no words, in my Institute my trainer explained about this program but I didn't understand, from 2hrs I'm trying to understand😢, but at last I found your video... Is there any chance to contact with you...can you please reply me sir
And let it be upgraded version from me import java.util.*; public class FibonachiSeries {
public static void main(String[] args) {
Scanner scnum=new Scanner(System.in); System.out.println("Enter the first fibonachi number:"); int num1=scnum.nextInt(); System.out.println("Enter the second fibonachi number:"); int num2=scnum.nextInt(); System.out.println("Enter the fibonachi series number and let's find the number in this series."); int series=scnum.nextInt(); int sum=0;
System.out.print("The fibonachi number series is => \t"); System.out.print("F1=" + num1 + "\tF2=" + num2 + "\t");
Best explanation of fibonacci sequence
Thanks
Well explained sir i am your huge fan of your subject and the way of your explanation 🎉❤❤❤❤❤
Glad to hear that
Thank you very much sir. Literally i never saw a lecturer like u. Thank u man😊
You are most welcome
This is grt..found so many videos...but this is the best logic..thanks for ur grt effort
Welcome
i never understand java , the way i learnt from ur videos.
Sir, the way you explain the chapters are really awesome. Will understand each and every concept clearly. Thanks a lot. 😊😊
you are welcome
Best Teacher❤❤
You explain it the best way thanks a lot sir...
The way you explained is simple and easy to understand your logic. Thanks a lot.
Welcome
Osm ho sir aap
Or apki voice toh 👌
Sida dil tk phuchne wali
Love u sir g 😘😘😘
why you have started the loop from i=2, instead of we can start with 0 and
Thank you very much.
You are welcome
Sir your way of explanation is very good there is no words, in my Institute my trainer explained about this program but I didn't understand, from 2hrs I'm trying to understand😢, but at last I found your video... Is there any chance to contact with you...can you please reply me sir
Storing in an intermediate array and then doing the calculation is optimal way, just another way for this problem. ( An optimisation of recursion)
Thank you sir
Hello sir, in for loop why the initialization starts with(int i=2)? is there any reason for that?? if we take i=0 then also it works.
Great.
Thanks
Thanks a lot for the clear explanation mister.
You are welcome
Nice, simple and understandable 👍
Thanks
Thank U.
You're welcome
❤❤
super sir
Thanks
The entire series is so helpful.
Thanks
Great explanation! can i just ask how should i calculate the sum of all fibonacci numbers? Someone help, thanks
easy Logic
Scanner sc=new Scanner(System.in);
int n=sc.nextInt();
int a=0,b=1;
for(int i=0;i
there is no output
a=b;
b=c;
c=a+b;
This also we can try
Sir fibanacci series different ways batane ke thena aap bohot avhhe se padahate ho aapke batane se ek hi baar man dima main baith jata hai tooo
Hi Pavan can you share github url of these interview question series ?
thanks for explanation !
Welcome
Simple ,and understandable thank u sir😇
Welcome
Thank you.
Welcome
Great sir
Thanks
Thank you somuch sir
Most welcome
Real u r great trainer 💯
Thank you.
Thank you so much
You're most welcome
Sir how can I print the 1st and 2nd number without directly printing them
Not possible.
Hello Sir, can we start for loop from i=1 as i am not getting the reason for i =2
We have already printed the first 2 terms that is the reason we start from i=2 for convinience...You can also do with i=1;i
try this"/create a fabonacci series
public class Program15 {
public static void main(String[] args) {
ArrayList arr = new ArrayList(Arrays.asList(0,1));
for(int i = 2;i
I love you Mayu😘
🇮🇳🇮🇳🙏🙏👍👍
And let it be upgraded version from me
import java.util.*;
public class FibonachiSeries {
public static void main(String[] args) {
Scanner scnum=new Scanner(System.in);
System.out.println("Enter the first fibonachi number:");
int num1=scnum.nextInt();
System.out.println("Enter the second fibonachi number:");
int num2=scnum.nextInt();
System.out.println("Enter the fibonachi series number and let's find the number in this series.");
int series=scnum.nextInt();
int sum=0;
System.out.print("The fibonachi number series is => \t");
System.out.print("F1=" + num1 + "\tF2=" + num2 + "\t");
// By using the fibonachi logic
for(int i=3; i
Thanku very very much ... Teaching very clearly ✨
You're welcome
thank you so much
Thank you
welcome