Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need the errors fixed: - o * - Ex O Force 2.0 - [Area of a circlefortran.docx] File Edit Search View Run Options Tools
I need the errors fixed:
- o * - Ex O Force 2.0 - [Area of a circlefortran.docx] File Edit Search View Run Options Tools Window Help 10. IX PIO XO 1 ! Program to find the area and perimeter of a circle Source1.t program circle implicit none X ovo AWN ! Variable declaration real :: area, perimeter, radius real, parameter :: pi = 3.142 ! Calculating the area write(",) 'Enter the radius of a circler read (*, *) radius area = pi * radius **2 write(",) 'The area of the circle is:', area 15 !Calculating the perimeter perimeter = 2*pi*radius write(",) 'The perimeter of the circle is:', perimeter PAUSE end program circle 20:46 Insert [Error] Area of a circlefortran.docx(6); parse error, unexpected, expecting DO or IF or SELECT CASE [Error] Area of a circlefortran.docx(10): Unknown base for typeless constant -- octal assumed [Error] Area of a circlefortran.docx(10): badly formed typeless constant [Error] Area of a circlefortran.docx(19): missing END statement inserted at end of file Type here to search o e a me 9 2 0 R ^. a 21072020Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started