Computer Science, asked by ayubpakistan400, 3 months ago

the_______function is used to convert the given string into lowercase
a.LCASE$( )
b.UCASE$( )
c.MID$( )​

Answers

Answered by BrainlyProgrammer
1

Answer:

Option a: LCASE$()

Explanation:

LCASE$() returns the strings in lower case

UCASE$( ) returns the strings in upper case

MID$( ) returns the value from any part of the strings as per your requirement.

Similar questions