#Simple calculator code help identify my minus error please
3 messages · Page 1 of 1 (latest)
I'm not in this forum often, but you could try wrapping the actual calculation in parentheses. Like so:
let total = (x - y);
3 messages · Page 1 of 1 (latest)
Everything is working but my minus please help
Everytime i run it and try to use the minus it doest work or show me the answer
I'm not in this forum often, but you could try wrapping the actual calculation in parentheses. Like so:
let total = (x - y);