I am taking a C programming class this quarter at college. So far I haven’t been clicking everything into place, so to speak, but I did get a program I’m working on for solving quadratic equations to calculate and print the discriminate and roots.
The only thing In have to do left is figure out how to properly get it to print out the correct response if it’s a single, double, or complex number root.
I am taking a C programming class this quarter at college. So far I haven’t been clicking everything into place, so to speak, but I did get a program I’m working on for solving quadratic equations to calculate and print the discriminate and roots.
The only thing In have to do left is figure out how to properly get it to print out the correct response if it’s a single, double, or complex number root.