16. In computer class, the first assignment was to write a program to print the first 100 Fibonacci

preview_player
Показать описание
16. In computer class, the first assignment was to write a program to print the first 100 Fibonacci numbers. Instead, I wrote a program that would steal passwords of students. My teacher gave me an A+

Write a program that finds and prints the first 98 Fibonacci numbers, starting with 1 and 2, followed by a new line.

The numbers should be separated by comma, followed by a space ,
You are allowed to use the standard library
You are not allowed to use any other library (You can’t use GMP etc…)
You are not allowed to use long long, malloc, pointers, arrays/tables, or structures
You are not allowed to hard code any Fibonacci number (except for 1 and 2)
Рекомендации по теме
Комментарии
Автор

awesome tutorial. You're a life saver. Big ups

stitchmunir
Автор

Thank you for this, I would really appreciate a proper walkthrough of the code please.

anoliefomaxwell
Автор

Thank Yiu sir for the good job. Sir can you please for each video, compile the codes in one file and the link to download in description. Maybe a docs file. Or your github

spectar_ar
Автор

hi sir i followed your tutorial on the task 16 buh anytime i run the checker it says i have a problem with my output pls help

lytlebhanks
Автор

Sir, Can you help with a tutorial video on this Fibonacci code and the other 2 fib videos
. I am still trying to comprehend

EGBEBIAWUNMI
Автор

Sorry, but this your video is not helping. You only copy and paste the code from somewhere else as you didn't explain anything. I doubt if you even understand the task yourself.

TundeOlu
welcome to shbcf.ru