C - Excitement
This is because if you expect to succeed, you're expecting something fun and the adrenaline is pumping because you're excited to win and show those around you what you're made of.
A is incorrect as if you're expecting to succeed, you're confident in yourself and you're abilities.
B is incorrect as happiness is more of an after feeling that you get, while excitement is more of an in the moment feeling.
D is incorrect as this is similar to uncertainty; if you're not confident and you expect failure, you'd be hesitant on doing the activity.
Hope this helps!
Answer:
The percentage error is 5.56%
Explanation:
Given


Required
Determine the percentage error
Percentage error (P) is calculated as follows:






Hence:
<em>The percentage error is 5.56%</em>
The remove_sort_reverse function takes a list, removes all "s" in the list elements, sorts and then reverses the remaining elements
<h3>The actual program</h3>
The program in Python, where comments are used to explain each line is as follows:
#This defines the function
def remove_sort_reverse(myList):
#This iterates through the list
for i in range(len(myList)):
#This removes all the s in the list elements
myList[i] = myList[i].replace("s","")
#This sorts and reverses the list elements
myList.sort(reverse=True)
#This returns the updated list
return(myList)
Read more about Python functions at:
https://brainly.in/question/10211834
Although America fought in many wars since, World War 2 was the last time the nation declared war (actually against two nations at the time). One declaration of war with Japan, and one declaration of war with Germany. I hope this helped !!