For each, write "yes" or "no" to indicate whether it is good style to include a blank space.
-after the single asterisks in the prologue
-between a method call and its opening parentheses
-within each of the three components in a for loop header
-after the two semicolons in the for loop header
-between a closing brace and the //’s for its associated comment
-after the //’s for all comments
-after the if, while, and switch keywords