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
Diwas Pandit asked a question

The order of magnitude of a physical quantity is its magnitude in powers of ten when the physical quantity is expressed in powers of ten with one digit to the left of the decimal.

Orders of magnitude are generally used to make very approximate comparisons and reflect very large differences.

2 Thanks
2 Answers
Aryan Sigdel asked a question

This picture develops a clear understanding.


8 Thanks
2 Answers
Anuska Bashyal asked a question

If vectors are arranged as trigonal planar and have equal magnitude, it is an ideal case of zero resultant.

3 Thanks
2 Answers
Rabin Kalikote almost 2 years ago
12 Claps
2 Comments
Bal Bahadur BK

Great my son!

Reply almost 2y
Pranish Uprety

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

Reply almost 2y
Close Open App