Determine what the problem is with the snippet of code below andfix it. Do not change the prompts (lines containing cout).
Submit source code (cpp) file with your fix.
string fullName;
int age;
cout << “Enter your first and last name.” <<endl;
cin >> fullName;
cout << “Enter your age.” << endl;
cin >> age;
cout << “You are ” << age << ” years old, “<< fullName << endl;
Code must work within a full fledged program. Include a commentcontaining your name, course code
PayPal Gateway not configured
PayPal Gateway not configured