We have if(x > 5) which is our if statement. It is followed by an open curly brace {with some code and a closed curly brace }. This is called the if body. The code in ...