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:
1. true
2.
3. two exciting adventures- being thrown off a horse and sunk into a swamp
4. she is a very adventurous person
Explanation:
We take money for granted
The most primitive way to buy was to trade. This is exchanging one item for another but one item may have more value than the other so would be unfair. The other downside is that the other person may not want the item, no matter how much worth it has. The next idea was ‘money’ which would be anything from gold coins to seashells. This proved cumbersome to Greek and Roman traders so the idea of cheques sprouted. These could only be cashed by the person whose name was on them. This idea was opted by the government and began to print paper money.
This lead to paper notes being used till today along with other inventions such as credit and debit cards.
A. Brave
I think he’s brave since he is doing this during a war
Answer:
nelson mandela the anti-apartherd leader who was jailed for 27 years of his activism and in 1994 because president of South America, regularly recited the poem inviictus during his imprisonment inviictus meaningunconnquerable of undefated in latin was written in 1875 by william Ernest henley