Title of Exercise

variable one = 5

variable two - 3


variable three = one + two

answer here

variable four = three * one

answer here

variable five = four = (one * two)

answer here

variable six = five / one

answer here

Final Result

variable seven = six + six

answer here