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 views of Booker T. and W.E.B. on civil rights differ from how blacks should pursue these rights.
We can arrive at this answer because:
- W.E.B believed that civil rights alone would be achieved through the direct claim of these rights.
- He argued that for this to happen, blacks should strive to receive a formal education, which would allow them to understand their political and social roles, become intellectual, ready to debate white society and claim their political and civil rights.
- Booker T. rebuked such thinking and did not believe it would do black people any good, but it would promote more racism.
- Booker T. stated that blacks should maintain their inferior roles in relation to whites, not face them and not seek to claim rights.
- For him, blacks should strive to have economic independence and take care of each other.
- He claimed that economic independence and material growth would allow civil rights to come naturally and keep blacks safe.
You have not shown the text this question refers to, but I hope this information can help you.
More information on civil rights at the link:
brainly.com/question/8852160
Explanation:
HH hubby ghdishxucczusushsix hsiahsuzubzuzxvsiashis shsisisbbxjxhjzishddjoshvsudocbxsisobdisnsoshxksizxvzvaha aua zhaiavaja sioaav sshbs s
Dreaded means disliked, great fear, so I think he simply meant that he didnt look foward to growing up. like he was fearfull of it