mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2025-12-07 01:23:57 -05:00
Updated various typoes and removed some unneeded code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user