[solved] – Question 91178
Consider the following statements. Explain why some statements fail and correct the errors. In the case of no error give the correct answer.
a. x=1; print ‘sin(%g)=%g’ % (x, sin(x))
b. C=A+B; A=3; B=2; print C
c. C=21.0; F=9.*(C/5.0)+32; print F
d. t=(2, 4, 6, ‘temp.pdf’); t[1]=4; print t
Expert Answer
OR

