Menu

(Solved) : First Function Expects String Argument Returns Void Converts Upper Case Characters Lower C Q37271425 . . .

The first function expects a string as argument and returnsvoid. It converts all upper case characters to lower case andconverts all lower case characters to upper case. It then printsout the converted string to a console.

The second function also expects a string as argument andreturns void. It will find first character that is repeated exactly2 times in the string. The function then prints out the characterto screen.

Expert Answer


Answer to The first function expects a string as argument and returns void. It converts all upper case characters to lower case an…

OR