write a program with four users function. The user is asked which function they want:
-Give the fibonacci value ( using 1, 2, 3 as the start ) for an input position.
-Give the factorial for an input value.
-The lowest number number with factors of three inputs.
-The divisors of an input integer ( usually a large number.
*The program prompts the user for any inputs and displays the result.
I should only use #include and #include
I really need it by 28 May..