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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
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

Post 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 17 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));
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply