Page 1 of 1

The function UpperLow takes a word as input and converts the upper case letter to lower case letter, the lower case lett

Posted: Fri May 20, 2022 11:34 am
by answerhappygod
The Function Upperlow Takes A Word As Input And Converts The Upper Case Letter To Lower Case Letter The Lower Case Lett 1
The Function Upperlow Takes A Word As Input And Converts The Upper Case Letter To Lower Case Letter The Lower Case Lett 1 (28.87 KiB) Viewed 19 times
The function UpperLow takes a word as input and converts the upper case letter to lower case letter, the lower case letter to upper case letter. E.g. UpperLow("Test') will return the string 'EST. Please fill in the blank. function outstrmUpperLow(instr) outstr = instr; b=instr>'Z': O A. outstr(b)=lower(instr(-b)); outstr(-b)=upper(instr(b)); O B. outstr(-b)=lower(instr(b)); outstr(b)=upper(instr(b)); OC. outstr(b)=lower(instr(b)); outstr(-b)=upper(instr(-)); O D. outstr(-b)=lower(instr(-b)); outstr(b)=upper(instr(b));