Re: complex number & sort




"nakisa" <nakisa.nooraee@xxxxxxxxx> wrote in message
news:1174311138.452082.35810@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hi everbody , i have 3 questions :

Does the following answer the first and third?

complex m
do i=1,10,1
m=cmplx(i,i)
end do
write(*, '(2f10.2)') m
end

Regards,

Mike Metcalf


.