What are the similarities and differences of a functional programming and the procedural programming?
I know that procedural programming relies on doing steps in order while functional programming relies on mathematical functions in which does not rely on series of steps and does not do it orderly. Am I right?