Create calculated variables based on other answers.
COMPUTE: variable = expression to calculate a variable# **Monthly Expenses**
Q: Monthly rent
NUMBER
VARIABLE: rent
Q: Monthly food
NUMBER
VARIABLE: food
Q: Monthly transport
NUMBER
VARIABLE: transport
BLOCK: Summary
COMPUTE: total = rent + food + transport
# **Budget Summary**
Your total monthly expenses: **{total}**Monthly Expenses
Monthly rent
Monthly food
Monthly transport