Answer:
def insSort(arr):
ct=0;
for i in range(1, len(arr)):
key = arr[i]
j = i-1
while j >=0 and key < arr[j] :
arr[j+1] = arr[j]
j -= 1
ct=ct+1;
arr[j+1] = key
return arr,ct;
print(insSort([2,1]))
Output of the program is also attached.
From what my teacher taught us it would be c.
Becouse they could grow up and think that that kinda stuff's normal, and it could eventualy affect their sanity(could cause them to be legally insane)<span />
Answer:
Check below for the answer and explanations
Explanation:
Digital media coordinators are professionals that create and manage digital contents. They create and manage websites, blogs, social media platforms, e-commerce sites, etc.
To be a practitioner in this field, Claire needs a first degree in any of digital media, social sciences, communications, computer science and similar courses.
She needs to have a good knowledge of computer software, a high reasoning skill and a laudable communications skill.