Question: Create a main program that will use the three functions above to accomplish the following: a. Prompt the user for a value for n between
Create a main program that will use the three functions above to accomplish the following: a. Prompt the user for a value for n between 1 and 25 (asking again if not in range)
b. compute and print the nth Fibonacci number and display
c. determine if nth fibonacci number is prime and display appropriate message
Be sure to use appropriate include files and other items needed for a complete program. For this purpose you can assume that the functions created above are included in the same C file as main and are defined above main so that prototypes are not needed.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
