Solving questions for better understanding of Strings
Question: Create a "username generator" that generates a username form the given name with "@ as prefix" & the
"name length as postfix".
For Example if Kundan Kumar is the name then username will be "@KundanKumar11
Check Console For The Output...