Answer:
Suffered a long history of discrimination and mistreatment
Explanation:
Jewish people have suffered a long history of discrimination since the days of ancient civilizations. The discrimination has been stayed for long because of the religious differences. During the Middle Ages, Jews were hated as it was believed they were responsible for the death of Jesus. During the Crusades Jews persecuted in Rhine and Danube. Jews also suffered when they were exiled from Spain.
During and after World War II, many of the Jewish population began to leave their nations in Europe because of the German Anti- Jewish policies that forced them to leave their property and wealth and forced to live in ghettos and later sent to concentration camps.
Answer:
The pseudocode is as follows:
input name
while name != "STOP"
print name
input name
End while
Explanation:
This gets name from the user
input name
This loop is repeated until the user inputs "STOP".
while name != "STOP"
This prints the name entered by the user
print name
This gets another name input from the user
input name
The loop ends here
End while
Answer:
Mesopotamia
Explanation:
This civilization is between two rivers, the Tigris and Euphrates rivers. This is why Mesopotamia is known as the "land between the rivers".