Company: Amazon_5sep
Difficulty: medium
Complete the 'calculateMaxDistance' function below. The function is expected to return an INTEGER . The function accepts following parameters: STRING expertise STRING workspace #include <bits/stdc++.h> /* * Complete the 'calculateMaxDistance' function below. * * The function is expected to return an INTEGER. * The function accepts following parameters: * 1. STRING expertise * 2. STRING workspace */ int calculateMaxDistance(string expertise, string workspace) { } int main() { }