Asked by SAMUEL
CALCULATE THE AREA OF CIRCLE OF RADIUS 2CM USING FORTRAN PROGRAMMING LANGUAGE
Answers
Answered by
Steve
PARAMETER (PI = 3.141592653589793)
A = 2*PI*2**2
some dialects of FORTRAN define constants differently.
A = 2*PI*2**2
some dialects of FORTRAN define constants differently.
Answered by
ADELEYE ANDREW
PARAMETER (PI = 3.141592653589793)
A = 2*PI*2**2
A = 2*PI*2**2
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.