bläi 5 The part of program for reading matrix A(6,6), then interchange the element of (1st )Row with the ?element of (2nd ) Row is Do 30 i-1,N T=A (1,1) A(i,1)=A(1,2) A(i2)=T 30 Continue Option 1 O Do...

Nonebläi 5 The part of program for reading<br>matrix A(6,6), then interchange<br>the element of (1st )Row with the<br>?element of (2nd ) Row is<br>Do 30 i-1,N<br>T=A (1,1)<br>A(i,1)=A(1,2)<br>A(i2)=T<br>30 Continue<br>Option 1 O<br>Do 30 j-1,N<br>T-A (1j)<br>A(1j)=A(2j)<br>A(2j)-T<br>30 Continue<br>Option 2O<br>Do 30 j-1,6<br>Do 30 i=1N<br>T=A (1,6)<br>Do 30 j=1N<br>A(1,6)=A(2,6)<br>A(ij)=A(j.i)<br>A(2,6)=T<br>30 continue<br>30 continue<br>Option 3<br>option 40<br>

Extracted text: bläi 5 The part of program for reading matrix A(6,6), then interchange the element of (1st )Row with the ?element of (2nd ) Row is Do 30 i-1,N T=A (1,1) A(i,1)=A(1,2) A(i2)=T 30 Continue Option 1 O Do 30 j-1,N T-A (1j) A(1j)=A(2j) A(2j)-T 30 Continue Option 2O Do 30 j-1,6 Do 30 i=1N T=A (1,6) Do 30 j=1N A(1,6)=A(2,6) A(ij)=A(j.i) A(2,6)=T 30 continue 30 continue Option 3 option 40

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here