This assignment requires you to write a Bash shell script”wrapper.bash” and a program in a general programming language,such as C or Python, called “fib-pict”.
The argument for the fib-pict program should be an integer. Yourprogram should compute fibonacci value for that integer bothrecursively and iteratively. Your output should be graphviz dotlanguage “call graphs” representing the number of calls incomputing each.
Here’s example output for fib-pict 10:
digraph recursive { label = “Recursive”; 1 [ label = “fib(1) = 1”; ] ; 2 -> 1; 0 [ label = “fib(0) = 0”; ] ; 2 -> 0; 2 [ label
PayPal Gateway not configured
PayPal Gateway not configured