Skip to content

Commit

Permalink
Implement HinhTamGiac.Loi()
Browse files Browse the repository at this point in the history
  • Loading branch information
hoang3402 committed Dec 14, 2022
1 parent 018f7b7 commit e5d7b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LTWindows/Core/HinhTamGiac.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ public double LayDienTich()
return Math.Sqrt(p * (p - Canh1) * (p - Canh2) * (p - Canh3));
}

public void Loi()
public string Loi()
{
throw new System.NotImplementedException();
return "Lỗi!";
}

public string PhanLoaiTamGiac()
Expand Down

0 comments on commit e5d7b10

Please sign in to comment.