the_______function is used to convert the given string into lowercase
a.LCASE$( )
b.UCASE$( )
c.MID$( )
Answers
Answered by
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