Last active
November 2, 2017 12:10
-
-
Save Chris0123/2f8c670d03aaa2a3b9b25c8a40c7a219 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
using namespace std; | |
int main() | |
{ | |
int a = 1 , b = 1; | |
cout<< a <<"\n"; | |
cout<< b <<"\n"; | |
while(a + b < 100) { | |
cout<< a + b << "\n"; | |
b = a + b; | |
a = b - a; | |
} | |
return 0; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wow!!!!How amazing is this!!!It's........unbelievable!Fantasty!Wonderful!It made me shocked!It made me compire!!!!!How nice is it?