consider the input [email protected] here the first part is 'abc'. this is less than 5 characters in length, so replace all characters in the first part with * hence, the output is: ***@gmail.com

0

Consider the input [email protected] Here the first part is 'abc'. This is less than 5 characters in length, so replace all characters in the first part with * Hence, the output is: ***@gmail.com

By Wooden Hammer Doyle Pacocha at May 20 2021


Related code examples


Code examples by languages