Question: ---C Language------C Language------C Language------C Language--- Please take an integer n from the user. This integer must satisfy the following constraint, c? = n where a

---C Language------C Language------C Language------C Language---
Please take an integer n from the user. This integer must satisfy the following constraint, c? = n where a + (1) If the constraint is not satisfied, you have to print an error to the screen and ask the user again to enter a proper number. Hint: You can use sqrt() function in math.h library. Then, you must create an a x a matrix with random integers. Hint: rand() function in stdlib.h returns a pseudo-random number in the range of [0, RAND- MAX). If you want to return a number between certain ranges, you can use the modulo operator Finally, print the matrix, the sum of each row, column, and diagonal of the matrix to the screen, respectively. Here is an example: 0131 First row 1814) Primal diagonal First column Enter an integer: 4 Your matrix (numbers are created randomly): 137 (2) 81 4 Sum of first row is 20 Sum of second row is 85 Sum of first column is 94 Sum of second column is 11 Sum of diagonal is 17
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
