Question: Please write the following pseudocode in c++. I have tried to but it gives me incorrect output. You also need to get user input for
Please write the following pseudocode in c++. I have tried to but it gives me incorrect output. You also need to get user input for the matrix values which doesn't seem to be included in the pseudocode.

procedure Solve (n,(aij),(i),(bi),(xi)) integer i,k,n; real sum real array (aij)1:n1:n,(i)1:n,(bi)1:n,(xi)1:n for k=1 to n1 for i=k+1 to n bibiai,kbk end for end for xnbn/an,n for i=n1 to 1 sum bi for j=i+1 to n do sum sum ai,jxj end for end for end procedure Solve
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
