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;
}
<h3>The answer is:</h3><h2>Profanity/Offensive language</h2><h2 />
Strong language means to curse. It is coarse and offensive. Therefore, it often means profanity, cursing, offensive language; whatever floats your boat!
Answer:
1) Verb: Broke
3) Verb: Left
5) Verb: Apologize
7) Verb: Won
9) Verb: Hit
Explanation:
1) What did she do?
3) What did he do?
5) What did we do?
7) What did Blessing Okagbare do?
9) What did the striker do?

As a <u>senior</u><u> </u><u>high</u><u> </u><u>School</u>,research is really important in my daily life,when I'm having hard and though situations in
my modules/Las/pt/subjects,i will just research it and study it,researching makes things easier and it makes our
grades improve.
• I was in the middle of our meeting online and the teacher called me to answer the remaining 2 questions,then suddenly I realized I don't know how to answer it so I researched through online,then I got it right..

<h2>

</h2>
A THE MAIN VERB ONLY hope I helped ;3