Write a function to convert Farenheit to Celsius.

What will be an ideal response?


```
def fToC(temp):
temp = temp – 32
temp = temp* 5.0
temp = temp/9.0
return temp
```

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT a shape included on an entity relationship diagram?

A) rectangle B) triangle C) diamond D) oval

Computer Science & Information Technology

The most frequently used resources on a server are folders and ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

An IP address is composed of 48 bits that are grouped together into 8-bit octets and are represented by a decimal number from 0 to 255.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Numeric passwords are often called PINs. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology