MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following program in Basic5 READ R10 D = 2 * R20 A = 3.1416 * D * D / 430 PRINT AAssuming that R = 3.0, the output A = |
| A. | 2.827 |
| B. | 28.27 |
| C. | 282.7 |
| D. | 2827 |
| Answer» C. 282.7 | |