Answer:
interpersonal.
Explanation:
Out of all the activities performed by Michelle, three activities involves the interpersonal skills.
1. Meeting with city officials
2. Meeting with section managers
3. Handling the complaint filed by an employee
All these activities involves interpersonal skills. Hence, we can say that she had spent her most of the day by using the interpersonal skills.
Answer:
# Program is written in python
# 22.1 Using the count method, find the number of occurrences of the character 's' in the string 'mississippi'.
# initializing string
Stringtocheck = "mississippi"
# using count() to get count of s
counter = Stringtocheck.count('s')
# printing result
print ("Count of s is : " + str(counter))
# 2.2 In the string 'mississippi', replace all occurrences of the substring 'iss' with 'ox
# Here, we'll make use of replace() method
# Prints the string by replacing iss by ox
print(Stringtocheck.replace("iss", "ox"))
#2.3 Find the index of the first occurrence of 'p' in 'mississippi'
# declare substring
substring = 'p'
# Find index
index = Stringtocheck.find(substring)
# Print index
print(index)
# End of program
Answer:crane and engine I guess
Explanation:
Answer:
Glazier
Explanation:
Glaziers are workers who specializes in cutting and installation of glass works.
They work with glass in various surfaces and settings, such as cutting and installing windows and doors, skylights, storefronts, display cases, mirrors, facades, interior walls, etc.
Thus, the type of worker the contractor will hire for this project is a Glazier