// value of x would be 2

var x = (4 * 5) / (2 * 10);

We can also substitute values for variables and use the same operators. This is where programming can become very useful, with these reusable values. Let’s see an example: