Electronics and Communication Engineering - Microprocessors - Discussion

Discussion Forum : Microprocessors - Section 4 (Q.No. 49)
49.
If RADIUS = 3.0 the result of the following FORTRAN 77 program will be

REAL RADIUS, CAREA, SAREA, RATIO
PI
PI = 3.1416
READ *, RADIUS CAREA = PI * RADIUS * RADIUS
SAREA = 2 * RADIUS * RADIUS
RATIO = CAREA/SAREA
1.5708
1
28.2744
18.0
Answer: Option
Explanation:

Calculate and add decimal at proper place.

Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.