From c4c1ccf76861e3c6cb36ecc69432f81dbe7596ab Mon Sep 17 00:00:00 2001 From: David Barnes <dbarnes@kvcc.edu> Date: Tue, 6 Oct 2015 15:33:31 -0400 Subject: [PATCH] Update README yet again. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3db4f9..cbc05fd 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The program comes with an Interface IDroid that must be implemented by subclasse The program should have a base abstract class called Droid with the following variables, properties, constructors, methods, etc that implements the IDroid interface. Droid: -* Variables: material (string), model (string), color (string), baseCost (double), totalCost (double) +* Variables: material (string), model (string), color (string), baseCost (decimal), totalCost (decimal) * Constructors: 3 parameter constructor (string, string, string) * Property: TotalCost to return the cost of the droid (Required by the interface) * Methods: -- GitLab