Consider the following program in Basic5 READ R 10 D = 2 * R 20 A = 3.1416 * D * D / 4 30 PRINT A Assuming that R = 3.0, the output A =
5 READ R 10 D = 2 * R 20 A = 3.1416 * D * D / 4 30 PRINT A
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option B
Explanation :
.
Be The First To Comment