問題2-3
次のコードを実行した結果として正しいものを選択してください。(1つ選択)
$price = 5;
$off = 0.25;
printf('Price : $%.1f', $price * (1 - $off));