Ilya171
Results
2
comments of
Ilya171
same error, did you fix it? my manifest ``` ** **`` ```
About SetPrice: ```cs float v; void SetPrice(ITrade trade) { v = (float)trade.Price; } public float VL() { return v; } ``` i use **setPrice** to initialize **v** and call **v**...