Answer:
I have 5 people in my family. My middle sister is in the hospital and my oldest sister is 15 years old. I have a mom and a dad. Me and my 2 sisters are adopted. I am the youngest. We all get along pretty well except when it is time to do the dishes. We also have a cat named Cheez-it. That is my family. :)
Answer: slung
Explanation:
The word that means "thrown carelessly " in under a telephone wire poetry is " slung".
The first line in under a telephone wire poetry reads that "I am a copper wire sling in the air". Slung simply means when something is going or thrown casually. In such scenario, the copper wire is carelessly thrown in the air.
First person
Explanation:
"Sea air sours it, I heard." The words are thoughts of the character
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;
}
Answer:
because poetry is flowing and calming which reminds me of nature.
Explanation: