0
How i back to function
I write code for calc and I had problem when I do if and if else and when I do else I wanna back to the value that's different on those conditions but I didn't find how
1 Answer
+ 2
It's hard to say without an example of what you're asking. However, the order of the if statements matters. You can also nest if statements. If you're nesting too deep, you might consider a different structure. Maybe a switch statement or a loop.