Answer:
Storm of Steel (in German: In Stahlgewittern) is the memoir of German officer Ernst Jünger's experiences on the Western Front during the First World War. It was originally printed privately in 1920, making it one of the first personal accounts to be published. The book is a graphic account of trench warfare. It was largely devoid of editorialization when first published, but was heavily revised several times.
Explanation:
<span>Well, they were angry over the Civil War, and some people in the north thought that the entire south should be punished, because of the war. There were also the carpetbaggers who came to the south to try and profit from the destruction and mayhem, and generally being a nuisance to those trying to rebuild destroyed communities. An important role was played also by missionaries who were coming to the south to try and help them rebuild, of which both made the southerners angry because they just wanted to be left alone after their defeat to lick their wounds, try and rebuild, and get life back to normal.</span>
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
A. stop and check for cross traffic