Hey Guys, if you want many more such tech educational videos on this channel then please support me by subscribing to this channel & also share it with your friends ✌
I am really not being mean to you or anything but a suggestion from my side is that it would better if you ask the starting two numbers from the user because everytime a user might not want to start a Fibonacci series with 0 and 1 what if a person wants the series to be as follows 1,5, 6,11..., here the starting numbers are 1 and 5 so I think there should be a fix in your program and hope you find this comment useful and update your video. Thank you.
Didn't get you ? I think I phrased it correctly. The first variable get value of second variable right ? so thats why - first variable becomes second and the second variable get value of the next variable hence second variable becomes the next variable. ✌
Thank you so much Pravin! I'm really glad to hear that you liked this video. Do give it a thumbs up and share it with your friends and pass on the knowledge 😇✌
This code is wrong... When u cout... First it gives the same output again and again becoz... The next value was stored in second... And theres nothing updated in first? So how ur compiler is adding i m just confused... 🙄
Woooow that's so nice to hear from you. There's a lot more tech educational content coming up on this channel so you'll definitely enjoy ✌️😇 welcome to Simple Snippets family ✌️😇
You'll have to write the result in a txt file. you'll have to use File handling concept in C++ . I have covered a video on this topic as well in this very same series.
@@harshjoshi4539 I swear I'm not lying I was literally thinking about this short playlist about pattern printing last night! I might actually do it seriously.😁 But currently very much focused on DSA course and it takes too much of my time & effort so let's see 😊🤟
Sorry for the inconveniences. This was a very old video when I didn't really manage the audio levels well. In recently videos you will get very decent audio. Currently you can try using earphones 😇✌️
Hey Guys, if you want many more such tech educational videos on this channel then please support me by subscribing to this channel & also share it with your friends ✌
Super clear and straight to the point! Thank you
Thank you so much buddy 😇 Glad you liked it.
Nice👍your method of teaching is really good
Actually if you give the num as 10 and if you multiply the seventh term by 11 you
will get the sum of all the terms.
u just helped me with my homework ;)
You're welcome 😇🤟
Which class homework is this?
Very nicely explained and simple program ❤. I was searching for this and I got it 👍
I am really not being mean to you or anything but a suggestion from my side is that it would better if you ask the starting two numbers from the user because everytime a user might not want to start a Fibonacci series with 0 and 1 what if a person wants the series to be as follows 1,5, 6,11..., here the starting numbers are 1 and 5 so I think there should be a fix in your program and hope you find this comment useful and update your video. Thank you.
Sure that's a legitimate suggestion 😇✌️ will try to work on it ✌️
To the point explained 👍👍
Thank you so much for helping us to become a better version of ourselves
Bro that was so clear!!!!....thank you so much
thanks! you answered the question i had for almost 1 h!
Superb !! Thank You.
Thnx for video!!👍👍✌
I jst didn't get one thing at 2:20 y aren't v writing the condition of loop as "i
Good question, Thats because we are starting from 0 na. If we started from 1 then we can go till i
Oh ok i got it✌✌
we can use this condition in for loop
Yeah it worked
Thanks..😋✌️🤗
It's awesome. I just subscribed
Thank you so much Faisal, glad to hear that you liked the videos. Do share them with your friends and contacts 😇😋✌️
thank you very much this was very helpful
Thank you for such a positive response 😇. Glad you liked the video and found it helpful. Please do share this video with your friends and contacts 😇✌️
Always had a feeling that, it was the *_"i++"_* that was actually doing all the powering up.
3:03 onwards: there second variable becomes the first var and the next var becomes the second var. Nice video though
Didn't get you ?
I think I phrased it correctly. The first variable get value of second variable right ? so thats why - first variable becomes second and the second variable get value of the next variable hence second variable becomes the next variable. ✌
Simple Snippets oh you meant it gets the value. My bad. Have CS finals tomorrow so I'm a bit edgy right now smh
Yes yes I meant that. 😊
No problem buddy, hope you're liking the videos ✌️
All the best for your exams 😇
Simple Snippets yeah and I'm sharing them too 😋 Thx
Wow, thank you so much for the positive response and support buddy. Glad to hear this 😇✌️
Thank you to sharing your knowledge
Nice explained
Thank you so much Pravin! I'm really glad to hear that you liked this video. Do give it a thumbs up and share it with your friends and pass on the knowledge 😇✌
Than you soooo much bro 🙏😮😀😎
Please be louder bro (that was only a problem) and all video was clear.
U can reply me.
Mic aur door rakh lete, but btw you explained well
Haha sorry for that. kaafi purana video hai tabhi starting main ache equipments nahi the!
I'm confused by:
First = Second;
Didn't "second" become, 2??.
Yes im also thinking the same
Ig there is a mistake
Thank u very much
Thanks buddy, glad to hear this. please do share the video with your friends too. Thats the biggest help and support 😇
This code is wrong...
When u cout... First it gives the same output again and again becoz... The next value was stored in second... And theres nothing updated in first? So how ur compiler is adding i m just confused... 🙄
first = second
second = next
it is updating
finaly i got it!
bro is my hero
You use comments nicely.
Thanks buddy 😇
nice explanation!
Thank you Parvez. Do share it with your friends. :)
Very helpful video
Subscribed 😀😁
Woooow that's so nice to hear from you. There's a lot more tech educational content coming up on this channel so you'll definitely enjoy ✌️😇 welcome to Simple Snippets family ✌️😇
Thnx bro
Welcome
nice explanation but you missed little thing
what if the number is less than 2 😅
you've not cout the next but still result is displayed ? I tried to did it with cout
Dude do it with first
Thank you man
How would I save the results in order to be able to open it with something like notepad?
You'll have to write the result in a txt file. you'll have to use File handling concept in C++ . I have covered a video on this topic as well in this very same series.
right click on the file and then chose open with and then select your ide(e.g dev c++)
Thanks Man❤
Thanks for vedio
Best😊
your code won't be able to count fibonacci number greater than n>47
cheer up...good work bro.thanks a lot jiii
+Muthu Visakan hello, thank you so much for your positive response buddy. Do share the video with your friends and contacts 😊
Thank you bro
If i will gave -1 then what will be the out put
how it becomes negetive after certain number if i put num = 100
your program won't be able to write the 50-th and above Fibonacci numbers. How will you solve this problem?
hi did you find the solution for this? i am also having this problem
Try recursion
@@berniceyap3897 use long long int
how can we change it if prompt user to enter number upto which he wants series and program generate series upto that number lets say upto 6765????
why cant we use while loop??
I think we can but how about you try to do it first ?
@@SimpleSnippets i did it worked I am currently doing your all c++ playlist currently i am on pointers and then i will do your ds and algo playlist
@@harshjoshi4539 that's amazing 🤟 and yes I'm sure you'll love DSA tutorials too 😁
Can u make playlist on printing diff patterns using C++
@@harshjoshi4539 I swear I'm not lying I was literally thinking about this short playlist about pattern printing last night! I might actually do it seriously.😁 But currently very much focused on DSA course and it takes too much of my time & effort so let's see 😊🤟
Audio is very very very very low
Sorry for the inconveniences. This was a very old video when I didn't really manage the audio levels well. In recently videos you will get very decent audio. Currently you can try using earphones 😇✌️
You have not declare I in programm
Nice
You're welcome buddy. Do share the videos with your friends and contacts and keep sharing the knowledge ✌
do Fibonacci of 100, you will get wrong result
This process fully worng...does not work any common compiler...
bro plz speak loudly in vedio
if the number is 4 the the series should be 0 1 1 2 3 but you said 0 1 1 2😅😅
if number is 4 then it means I want first 4 numbers of the Fibonacci series which are - 0 1 1 2
@@SimpleSnippets tq😊
this was amazing
Thank you Rohit :) Do share the video with your friends :)
How yours program is run 😕 you not print next in program?????
ربنا يحميك والله
Audio quality poor
Bhi apne to next ko print hi nahi krvaya??
.
Your nature is like me !! :/