Why do you think the requirements analysis process is so difficult?
2 answers
Because requirements is the translation of chaotic business issues into a sequence of logic steps. If you have clear logic steps, then the program will be easy, otherwise the program will be messy and buggy. In order to analyze the requirement, you need to understanding what is the goal, what is the inputs and outputs and where to find all the inputs. that is why it is complicated.
You next task is to develop a ‘C’ program to find a root using Secant Method. You’ll have to perform the five iterations to obtain the smallest positive root of the equation f(x) =sin x+2tan x