First real program I've made completely on my own, still working on the c++ language but would love to know what you guys think and possibly how you would've gone around making this. Thanks!
#include <iostream>
#include<math.h>
using namespace std;
void quadError(float a, float b,float c);
void quad(float a, float b, float c);