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
Bijaya Rajbhandari asked a question

1) That old man is Aksionov.

2) The speaker is asking about the truth of digging an escape hole .

3) The speaker means the prison's wall.

2 Thanks
2 Answers
Bijaya Rajbhandari asked a question

Aksionov used to drink a lot, was riotous, and was involved in illegal activities before his marriage

2 Thanks
2 Answers
UJJWAL JHA 12 months ago
1 Clap
1 Comments
KRISH YADAV

Materials show varying behaviors based on their Poisson's ratio. High Poisson's ratio materials (near 0.5) contract significantly sideways when stretched and expand when compressed, seen in substances like rubber. Low Poisson's ratio materials (near 0) undergo minimal width change during axial deformation, typical of metals and common engineering materials.

Close Open App