HW1: Given a point (x, y), write a computer program in Fortran 90 to find
out whether it lies inside, outside or on a circle with unit radius and center
at (0,0). Use format statement to print your result.
• SELECT CASE Statement
• Use IF Statement
s=sqrt(𝒙**2+y**2)
Comments
Leave a comment