Write the pseudocode for below problem

Given a temperature in the Fahrenheit scale, display its equivalent in the Celsius scale.


```
INPUT f degree
LET c_degree = (5/9) * (f degree — 32) OUTPUT c_degree
```

Computer Science & Information Technology

You might also like to view...

A ____ consists of one or more keys that you press to perform tasks using the keyboard.

A. keyboard stroke B. keyboard app C. keyboard log-in D. keyboard shortcut

Computer Science & Information Technology

Which bit rate corresponds to a file size of mid-range music quality?

A. 32 kbps B. 128 kbps C. 11 kHz D. 40 kHz

Computer Science & Information Technology

The file into which you insert an object is called the ________ file

A) source B) destination C) object D) linked

Computer Science & Information Technology

Use the ________ or _______ property to clear a float

a. float or clear b. clear or overflow c. position or clear d. overflow or float

Computer Science & Information Technology