C++
Function name: getLocalPhone
6 Formatting getLocalPhone * Takes one string parameter (phone number) Returns a formatted local phone number string Country code +1 -“+12062812000” “(206) -281-2000” Country code +33 “+33140205990” “01 40 20 59 90” Country code +852 “+85223677065” “2367 7065” Show transcribed image text 6 Formatting getLocalPhone * Takes one string parameter (phone number) Returns a formatted local phone number string Country code +1 -“+12062812000” “(206) -281-2000” Country code +33 “+33140205990” “01 40 20 59 90” Country code +852
OR
OR