Skip to content

Given a String S, Your Task Is To Convert Characters Of String To Lowercase.

Notifications You must be signed in to change notification settings

TheQueryCrew/P9-StringToLowerCase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert The Given String To LowerCase

Given a String S, Your Task Is To Convert Characters Of String To Lowercase.

Input:

S = "ABCddE"

Output:

S = "abcdde"

Explanation:

A, B, C and E are converted to a, b, c and e thus all are
uppercase characters of the string converted to lowercase letter.

About

Given a String S, Your Task Is To Convert Characters Of String To Lowercase.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published