#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
2 Claps
0 Comments
8 Claps
1 Comments

You can design such dialog boxes using the following website.
https://carbon.now.sh
8 Thanks
2 Answers
5 Claps
0 Comments
Any vector directed in two dimensions can be thought of as having two different components. The component of a single vector describes the influence of that vector in a given direction.
2 Thanks
2 Answers
the symbols used in the story are:
- house and shops- it symbolizes Aksionov's family and material possessions
- nightmare-it symbolizes a bad omen.
- blood-stained knife- it indicates Aksionov's lack of control over his fate.
- the prison- Aksionov's pain and subsequent mystical transformation are symbolized by the prison.
- the book(the lives of the saints)- gives an impression of religiosity.
1 Thanks
2 Answers
