Answer:
1) its because we managed to divide the answer so it is not a prime number.
2)
Code:
#include <stdio.h>
int main()
{
int i, j, n, isPrime; // isPrime is used as flag variable
/* Input upper limit to print prime */
printf("Enter your n : ");
scanf("%d", &n);
printf("Prime numbers from 1 to %d:\n", n);
/* Find all Prime numbers between 1 to n */
for(i=2; i<=n; i++)
{
/* Assume that the current number is Prime */
isPrime = 1;
/* Check if the current number i is prime or not */
for(j=2; j<=i/2; j++)
{
/*
* If i is divisible by any number other than 1 and self
* then it is not prime number
*/
if(i%j==0)
{
isPrime = 0;
break;
}
}
/* If the number is prime then print */
if(isPrime==1)
{
printf("%d,\n ", i);
}
}
return 0;
}
The right answer for the question that is being asked and shown above is that: "c. The novels and short stories written by explorers were too difficult to preserve and have been lost." the literature of exploration filled with so many journals, letters, and other nonfiction sources because <span>c. The novels and short stories written by explorers were too difficult to preserve and have been lost.</span>
Answer:
Because when girls wear skirt's they can show parts that are very innappropiate can can distract many boys.
Answer:
In "The Negro speaks of Rivers" by Langston Hughes, the four rivers which are; Euphrates, Congo,Nile and Mississippi has significance. The significance of the four rivers is that the all played an important role in the history of the history of the ancestors of African-Americans.
Explanation:
This poem is about the lives of African people and their lives before and after they left their land. it is a free verse poem which was published in 1921. it presents the memory of Africans that were forced into slavery. The major themes in the poem are that of pride, heritage and nature.
The River Euphrates which is the longest River in western Asia symbolizes return of innocence as Hughes links himself to the history where few people populate the planet, a history of a young world, the river has a sense of innocence.
The River Congo is also referenced by Hughes as the deepest river in Africa is symbolic of Hughes deep connection to that continent.