Bijaya Rajbhandari asked a question

Makar disclosed that he had killed the merchant because he realized his mistake and Aksionov's suffering and now he wanted to make Aksionov release from the prison.

1 Thanks
2 Answers
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

In the air, there's nothing holding the body of the helicopter still - so the rotor blades spin one direction, but the torque applied to spin the rotors tries to spin the body of the helicopter in the opposite direction. The little rotor on the tail helps keep the body of the helicopter pointed in the same direction.

4 Thanks
2 Answers
Close Open App