I would really like to have a factoring program for my Pre-calc class. I suck at factoring and absolutely hate it. Does anyone have any ideas to help me get started writing this factoring program? I would like for this to factor quadratics, trinomials, and 4-term polynomials.
My code so far:
Code:
Edit by Merth: Deleted superfluous poll.
My code so far:
Code:
ClrHome
Menu("WHAT WOULD YOU LIKE TO FACTOR?","QUADRATICS",1,"TRINOMIALS",2, "QUIT",3
Lbl 3
Stop
End
Edit by Merth: Deleted superfluous poll.