Answer:
D. Microeconomics is concerned with the fair and equitable distribution of resources among consumers.
Explanation:
Microeconomics is concerned with the study of how households and firms make decisions and how they interact in the market, it studies the behaviour of individuals and firms regarding decisions of how scarce resources are allocated. It is not concerned with the fair and equitable distribution of resources among consumers.
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:
d.) Actions are evaluated based on how the action reveals the actor's character.