hello,
I create a simple program with many else if statements which do simple math, my problem is my last else if statement (quadratic) will not execute, also I do not get errors when I compile it.
Any help would be great!
I have been stuck on this for days now, lol.
Why would you need to "skip down"? You already have a conditional block that runs if op is equal to "quadratic". What purpose is there to splitting the code you want to run if that is true into two blocks, one 80 lines below the other?