Ruby - Variables and Data Types
Given
price = 10 and tax_rate = 0.2, which code correctly outputs the total price including tax using interpolation?