Assignment3.Mercedes500.turn C# (CSharp) Method

turn() public method

public turn ( float fuel ) : float
fuel float
return float
    public float turn(float fuel)
    {
      return 3500 * fuel;
    }
  }
Mercedes500