Stuff
public text v1 · immutablefor (int x = 0; x < cPhrase.length(); x++)
{
if (cPhrase.charAt(x) == ' ')
gPhrase += cPhrase.charAt(x) == ' '? ' ' : '?';
}for (int x = 0; x < cPhrase.length(); x++)
{
if (cPhrase.charAt(x) == ' ')
gPhrase += cPhrase.charAt(x) == ' '? ' ' : '?';
}