All pastes #2092917 Raw Edit

Stuff

public text v1 · immutable
#2092917 ·published 2011-11-08 03:50 UTC
rendered paste body
for (int x = 0; x < cPhrase.length(); x++)
		{
			if (cPhrase.charAt(x) == ' ')
				gPhrase += cPhrase.charAt(x) == ' '? ' ' : '?'; 
		}