MCQOPTIONS
Saved Bookmarks
| 1. |
Find the error in the following code? |
| A. | Predicted output is same as present output after math magic |
| B. | solve(a*x2 + b*x + c == 0) |
| C. | vpa(solve(a*x2 – b*x + c == 0)) |
| D. | solve(a*x2 – b*x + c == 0)View Answer |
| Answer» E. | |