Coal Lab 8: (Bcs-F17-Aft)
Coal Lab 8: (Bcs-F17-Aft)
Coal Lab 8
(BCS-F17-AFt)
Instructions:
Attempt all tasks in the given order.
Discussion with each other is not allowed.
Indent your code properly
Must Validate your input
Task 1: Write a Procedure that takes Input from user and store values in matrix.
Sample Execution:
Enter values for row1: 8 9 7
Enter values for row2: 3 1 6
Enter values for row3: 14 4 3
Instructor: Yasin Nasir Thursday, November 22,2018
Sample Execution:
8 9 7
3 1 6
14 4 3
Sample Execution:
8 3 14
9 1 4
7 6 3