Input main string and a sub-string, WAP to find a sub-string from a main string.
Input username and password and check username as 'admin' and password as 'admin123', username is not case-sensitive, but password is case-sensitive. If input is valid, give message welcome admin, otherwise display invalid.