Create a class called Fahrenheit with the following constructor public Fahrenheit(String f) Provide a method called conv
Posted: Mon Jun 06, 2022 12:28 pm
Create a class called Fahrenheit with the following constructor public Fahrenheit(String f) Provide a method called convert that converts Fahrenheit to Celsius and returns the result as a String public String convert() ■ Create an Android application that : Uses an EditText object to accept user entry Provides a Button object labeled Submit. When the Button is clicked, the temperature in degrees Celsius is displayed (see the next slide) Submit a screen capture or a movie of your app Submit all java source code Submit individual files