7 Claps
0 Comments

- Statement; true
- Statement; false
- Statement; true
- Interrogative sentence; not a statement
- Imperative sentence; not a statement
- Exclamatory sentence; not a statement
0 Thanks
2 Answers

15 Claps
0 Comments

#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

There is, for sure, effect of gravity on fire. We know for a fact that fires on Earth are "pointy" while those in zero-gravity are "round". This is because fire is simply glowing gas. Gas is matter and matter has weight. For a body to have weight, gravity must influence it in some way.
16 Thanks
2 Answers
Great my son!
You've been truly inspiration, dai! Congratulations to you and all of us.