You have to manually add a space where you want one
if:
System.out.println("Initial is" + letter);
gives:
Initial isM
...how did you get a space between 'Initial' and 'is'?