Write a function to convert Celsius to Fahrenheit.

What will be an ideal response?


```
def cToF(temp):
temp = temp*9
temp = temp/5.0
temp = temp +32
return temp
```

Computer Science & Information Technology

You might also like to view...

Read “Using an Exclamation Point (!) to Reference Events” on Sobell, page 341.

a. Repeat the ls /etc command using that command’s event number (Sobell, page 342). b. Repeat the uname command by specifying it as the nth preceding com- mand. Be careful: Each time you issue a command, the relative number of each preceding command changes. You might want to give another history command before you proceed. c. Repeat the previous command. d. Repeat the most recent command that started with the string head (Sobell, page 342).

Computer Science & Information Technology

When you create a Web page, the ____ is where the Web page items are physically located in the browser window.

A. baseline B. placement C. orientation D. design basis

Computer Science & Information Technology

Once a layout has been selected, it CANNOT be changed

Indicate whether the statement is true or false

Computer Science & Information Technology

All images are protected by copyright law.

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

Computer Science & Information Technology