Add spaces in string

55

Add spaces in string -

string1="Rose"
string1= string1 + new string(' ', 10)

Comments

Submit
0 Comments