- 1
please help i'm a begineer and don't know much
I want to know why the "is and 14" are stuck together and how i can fix it. Link: https://code.sololearn.com/cDnati5dV1v0/#cs
3 ответов
+ 5
just add a space
string letter = "John is ";
+ 2
Just add white space after is
string letter = "John is ";
+ 1
look at the link @Ruba Kh