Also you need to understand when a statement is executed.
private String info = (name + "play" + sport ...
When will this assignment statement be executed? What are the values of the variables to...