How is it 22?#include <iostream» using n?espace std; int f(int x); int mainO t int number 5; cout << f(number); return 0; // end mainO function int fint x) f if(x<2) return 1; else return f(x-1) fCx-2) +1; Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .