以下のインターフェースを実装する予定です。 次の方法があります。 * getCelsiusFromKelvinは温度を摂氏で返します。 * getFahrenheitFromKelvinは、華氏で温度を返します。 TempControlという名前のクラス内に両方のインターフェイスを実装する必要があります。 次のコードを実行する場合、TempControlクラスはデフォルト温度として摂氏温度を返す必要があります。 How should you implement the interfaces? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.