Let's put together a basic if statement that displays Hi!.

Nice! At this point true is always true, which means the app will always display Hi!.

If statements start with the word if and a boolean value.