Answer:
I think the answer is B)major
Explanation:
hope this helps if not let me know have a blessed day
Answer:
-50
Explanation:
Sum of 6 + sum of 4 = -100
100 + sum of 4 = -100
sum of 4 = -200
Avg of 4 = -200/4 = -50
Answer:
I dont know but this answer choice is wrong Death is always present in the world.
Explanation:
I took the test but it doesn't let you see the correct answer
From about 1937 to the present, the United States has operated under a Cooperative Federalism model.
The code that read two numbers from user input, then, print the sum of those numbers are as follows:
x = int(input("write a number: "))
y = int(input("write another number: "))
print(x + y)
<h3 /><h3>Code explanation</h3>
- The first line of code ask the user for a number input. The integer input is stored in a variable x.
- The second line of code ask the user for another number input . The integer input is stored in a variable y.
- Finally, we print the sum of the user's input.
learn more on python code here: brainly.com/question/15183327?referrer=searchResults