Skip to content

Commit

Permalink
Update triangle.h
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnLogacheva authored Jul 3, 2021
1 parent f198e52 commit 0a1dba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documents/Exam/triangle.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class triangle
private:
double a_x, a_y, b_x, b_y, c_x, c_y;
double a,b,c,p;
char otvet;
std::string otvet;
};

#endif // TRIANGLE_H

0 comments on commit 0a1dba0

Please sign in to comment.