ask user to input a sentence
create a boolean variable for tracking the spaces
for each character in the string
----if the character is a space
--------toggle the boolean variable
----otherwise, if the boolean variable is true
--------set the character to a star
print resulting string