Answer:
Answered in Python
for i in range(21):
for j in range(i):
print(i, end=' ')
print(" ")
Explanation:
This iteration iterates from 1 to 20
for i in range(21):
This iteration iterates from 1 to current number
for j in range(i):
This prints the current number in the a number of times equal to itself
print(i, end=' ')
This enables printing on new line
print(" ")
The answer is B. <span>Discuss what questions might be on the test</span>
Answer: Cognitive
Explanation:
Cognitive psychology focuses on the mind and the processes involved therein. It focuses therefore on mental processes which include but are not limited to, attention, memory, thought process and creativity.
Popular cognitive psychological disorders include amnesia, dementia and depression. Given that there is medicine that is aimed at slowing memory loss in the case of dementia and antidepressants for depression, it can be surmised that from a Cognitive perspective, medication can be recommended by a psychologist.
$8.25
We can use a proportion.
6/5.5=9/x
Cross multiply: 6x=9(5.5)
6x=49.5
X=$8.25