In Exercises 9 through 12, identify the errors. 9. q = 1 11. In Exercises 13 and
ID: 3749088 • Letter: I
Question
In Exercises 9 through 12, identify the errors.
9.
q = 1
11.
In Exercises 13 and 14, write a simpler and clearer code that performs the same task as the given code.
13.
Temperature ConversionsWrite a program that displays a Celsius-to-Fahrenheit conversion table. Entries in the table should range from 10 to 30 degrees Celsius in increments of 5 degrees. See Fig. 3.25. Note:The formula f=(95c)+32f=(95·c)+32 converts Celsius degrees to Fahrenheit degrees.
FIGURE 3.25 Outcome of Exercise 15.