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

No, if three vectors do not lie in a plane, they cannot give zero resultant.

Explanation:

Let A, B and C be three vectors. If they give zero resultant, then

     A+B+C=0

or, A= -(B+C)

Hence, they will produce zero resultant, if A is equal to negative of vector (B+C). The vector (B+C) lies in the plane of B and C. Hence, A will be equal to negative of (B+C) if AB and C all lie in a plane.


2 Thanks
2 Answers
Samriddhi Sharma asked a question

In benzene molecule, carbon and carbon bond can't have polarity because there is not any electronegativity difference and the carbon hydrogen is also not much polar because the electronegativity difference is almost zero and also the small pull due to small difference in Electronegativity is balanced due to even pull from all directions.

In chlorobenzene the electronegativity difference between carbon and chlorine is very high so, it is polar.


(to compare polarity first check electronegativity...

0 Thanks
2 Answers
Shibu oli asked a question

In mitosis, the prophase is further understood by dividing it into the given sub-stages:

1.Leptotene :

In this stage the nucleus enlarges in size in the chromosome. The chromosomes appear thin, thread-like and single-stranded in this stage. They have swollen or beaded structures along their length and their ends appear converged towards one side of the nucleus called bouquet.

2.Zygotene:

In this stage, the identical chromosomes come together and form bivalent or homologous pairs. Further, ...

2 Thanks
2 Answers
SAMIR AKHTAR about 1 year ago
2 Claps
2 Comments
SONU NIGAM SAH

One major difference between Americans and Japanese is their cultural norms and values. For example, Americans tend to value individualism and independence, while Japanese tend to prioritize group harmony and collectivism. This can be seen in various aspects of daily life, such as communication style, decision-making processes, and social interactions. Additionally, the two cultures have different customs and traditions, including food, clothing, and holidays.

SONU NIGAM SAH

Some specific types of clothing that Muslim women may avoid wearing in the Muslim community include tight or revealing clothing, short skirts or shorts, sleeveless or low-cut tops, and clothing made from see-through or sheer materials.

Close Open App