Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Convert this code from Fortran to C ++ implicit real*8 (a-n,o-z) implicit integer*4 (i-n) parameter (Nm-1000) dimension x (Nm) , y (Nm) isk dosyasindan veriler

Convert this code from Fortran to C ++ image text in transcribed
implicit real*8 (a-n,o-z) implicit integer*4 (i-n) parameter (Nm-1000) dimension x (Nm) , y (Nm) isk dosyasindan veriler okunuyo open (1, file-'D:/veri/sayi.txt',statu s-'unknown') 1 read (1, *, end-2) x (i),y (i) i=i+1 goto 1 2 close (1) belirleniyor veriler ekrana yazdarlyor N=1-1 ! satr says Disk dosyasindan okutulan do j-1, N write (*, 3) x (j),y (j) end do 3 format (1x,2(f9.3,2x) end Okutulan veriler say1.txt) 0.000 1.000 2.000 3.000 4.000 5.000 6.000 7.000 8.000 Fornatla akti 0.000 1.000 11.000 9.000 21.000 33.000 2.000 14.000 19.000 21 14 19

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions