Updated various typoes and removed some unneeded code

This commit is contained in:
2020-07-11 13:35:37 -04:00
parent c72754dcf8
commit 0caa043b59
17 changed files with 31 additions and 33 deletions

View File

@@ -34,9 +34,9 @@ class Problem9 : public Problem{
private:
//Variables
//Instance variables
int a; //Holds the position on the first side
int b; //Holds the position on the second side
double c; //Holds the hyp
int a; //Holds the size of the first side
int b; //Holds the size of the second side
double c; //Holds the size of the hyp
bool found; //A flag to determine if we have found the solution yet
public:
//Constructor