solve the following problem and write a custom method: convert temperature in celsius to fahrenheit fahrenheit / celsius must include decimals! fahrenheit is celsius times 1.8 and add 32 to the result your code should be in proper java syntax. ideally, you should test the code in eclipse before posting your code online. post the complete method (method declaration header and method body.)