Solving for x

I am trying to write a program that solves a polynomial equation. When trying to solve for x, do I still need to initialize it? It seems like a stupid questions, and maybe since I'm solving for it I'm just being stupid. Thanks ahead of time.
It's good practice to initialize all your variables, even ones that are guaranteed to be given a value.
Topic archived. No new replies allowed.