# Expression vs Statement

![image-20210202002238509](./Expression vs Statement.assets/image-20210202002238509.png)

# Expression

The right sides(5 and getAnswer) are both expressions.

# Statement

Instructions like if, while, for.

Last Updated: 3/1/2021, 9:19:08 PM