Need to convert python 3 to C++
A.'city' as a null terminated string.
B. C++ function bool isVowel(char c)
def scoreCity(city)
score = 10
for ei in City:
if isVowel(ei)
score +=12
elif ei in ['r','v']:
score +=13
elif ei in ['m']:
score *=10
else:
score +=11
return score