kellylopez8500 kellylopez8500 Today at 10:54 PM Computers and Technology Answered Write a program named fahrenheittocelsius that accepts a temperature in fahrenheit from a user and converts it to celsius by subtracting 32 from the fahrenheit value and multiplying the result by 5/9. display both values to one decimal place.