Commit 9a20a370 authored by Gaetan's avatar Gaetan

Test class Vehicle() --> fonction getPrice OK

parent 4fdf9b6d
...@@ -132,7 +132,7 @@ public class Vehicle { ...@@ -132,7 +132,7 @@ public class Vehicle {
return this.brand; return this.brand;
} }
public double getPrice(List<Option> options){ public static double getPrice(List<Option> options){
int index = 0; int index = 0;
double price = 0; double price = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment