or
Nikas Ghimire asked a question


#include<stdio.h>

#include<conio.h>

#include<string.h>


int main() {

int i, nextTerm;

int t1 = 2, t2 = 2;

nextTerm = t1+t2;


printf("%d, %d, ", t1, t2);

for (i = 3; i <= 10; ++i) {

printf("%d, ", nextTerm);

t1 = t2;

t2 = nextTerm;

nextTerm = t1 + t2;

}


return 0;

}


2 Thanks
2 Answers
Bikash T. Magar asked a question

Balance on a bicycle is a matter of constantly correcting against falls, and it's easier when the speed is higher because the inertia of moving forward overcomes the need for corrective actions.

5 Thanks
2 Answers
Bijaya Rajbhandari asked a question

Water is a vital substance for life on Earth, and it plays numerous important biological roles in living organisms. Some of the key biological roles of water are:

  1. Universal solvent: Water is an excellent solvent for many substances, both organic and inorganic. This means that it can dissolve and transport a wide range of nutrients and minerals necessary for the growth and survival of living organisms.

  2. Medium for metabolic reactions: Many metabolic reactions in living organisms require water...

1 Thanks
2 Answers
Rabin Kalikote about 1 year ago
2 Claps
1 Comments
Surakshya Pandey

very fine!

Rabin Kalikote

Glad to hear, miss!

9mo
Rabin Kalikote over 3 years ago
13 Claps
2 Comments
Bal Bahadur BK

Great my son!

Reply over 3y
Pranish Uprety

You've been truly inspiration, dai! Congratulations to you and all of us.

Reply over 3y

Mattrab Community

Create, share and learn from the unlimited notes, photos and videos and ask your questions, answer your friends all over Nepal and grow. Create, share and learn.

Ask Mattrab is changing soon

We are excited for you to try new features. What are you excited about?

Close Open App