From 7628b84e7cff16f7bc8de474992c9df6da68fc8e Mon Sep 17 00:00:00 2001 From: Imakshaysingh <116052474+Imakshaysingh@users.noreply.github.com> Date: Wed, 9 Nov 2022 19:24:32 +0530 Subject: [PATCH] Add files via upload --- forFib.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 forFib.cpp diff --git a/forFib.cpp b/forFib.cpp new file mode 100644 index 0000000..b7d3f0b --- /dev/null +++ b/forFib.cpp @@ -0,0 +1,20 @@ +#include +using namespace std; + +int main() { + + int n = 10; + + int a = 0; + int b = 1; + cout<