This is my program:
program ejercicio8
implicit none
real(kind=8) :: i, k, pi
integer, allocatable :: n
integer :: j
real, dimension(:),allocatable :: array
pi= 4*atan(1.0_8)
!----------------------------------------------------------------...
asked by
26.01.2018 / 20:38