Part 1
Answer the following questions
1. What combination of hardware and software did you use? (i.e. brief description of the computer as well as product names of operating environment, compiler, and SDK (if used)
2. With your development environments, what is the range of values allowed for unsigned long.
3. List the input data you used for testing
4. If your resulting answer were specified to be of type intwould you change your test data set? If so, what changes would you make and why?
Part 2
Prepare a program (using C++) to compute Fibonacci numbers recursively resulting answer must be of type
Unsigned long
The input is the position of the requested number in the sequence of Fibonacci numbers.