- 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 18 times
The function UpperLow takes a word as input and converts the upper case letter to lower case letter, the lower case lett
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
The function UpperLow takes a word as input and converts the upper case letter to lower case letter, the lower case lett
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));