I’m interested in calculating the difference between two val…
I’m interested in calculating the difference between two values and using that in a conditional. It would be appropriate to use which of the following for that? Walrus operator Assignment Conditional inference Nested if statements