<p>1.</p><p>Write a Java program that calculates and displays theFibonacci</p><p>series, defined by the recursive formula F(n) = F(n-1) +F(n-2).</p><p>F(0) and F(1) are given on the command line.</p><p>Define and use a class
<p>3-Explain one of the causes behind excessive timeout errorreports generated from users’ browsers. And propose a solution forthis problem.</p> Expert Answer Answer to 3-Explain one of the causes behind
Finish the function in Pa2.cpp , It must use recursion to write the function.File: func.h * Header file for global constants, */// Please do not change this file.#include <iostream>// Constantsconst