Can someone please help me fix the errors of this code?
Fix the following code and use it to find the two roots for the quadratic equation
X2+ 10X- 11:
// Program UseFunctions demonstrates the use of library and
// user-defined functions.
#include <iostream>
#include <cmath>
using namespace std;