Hi there,
I am trying to do a simple equation but the terminal is not working it out correctly.
I’m sure its something small I am missing out, please let me know where I am going wrong
local chipsQty = 3
local chipsPrice = 4.50
local chipsPriceTotal = chipsQty * chipsPrice
print (" Total price is: " chipsPriceTotal)
This keeps printing 0, which obviously is not correct =-/