Complete the program in Fortran 90 language for the following series. Sin (x)=x3+ 2! +. Program sine_evalution_series implicit none Integer::n,m,k,i,j,f Real:: x,term,sum Read *,n,X Do i=2,n Do j=1, k...


please tutor help me


Complete the program in Fortran 90 language for the following series.<br>Sin (x)=x3+<br>2!<br>+.<br>Program sine_evalution_series<br>implicit none<br>Integer::n,m,k,i,j,f<br>Real:: x,term,sum<br>Read *,n,X<br>Do i=2,n<br>Do j=1, k<br>f=*j<br>Enddo<br>sum=sum+ term<br>END DO<br>10 write (*,20) x,sum<br>20 format (1x,2x,'sin('E13.7') ='E13.7)<br>End<br>

Extracted text: Complete the program in Fortran 90 language for the following series. Sin (x)=x3+ 2! +. Program sine_evalution_series implicit none Integer::n,m,k,i,j,f Real:: x,term,sum Read *,n,X Do i=2,n Do j=1, k f=*j Enddo sum=sum+ term END DO 10 write (*,20) x,sum 20 format (1x,2x,'sin('E13.7') ='E13.7) End

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here