Write a C+ program segment to accept and to display two-dimensional array.
Answers
Answered by
0
hey mate your ans refer to attachment
Attachments:
Answered by
0
Explanation:
• Declare one 2D array.
• Declare two variables for loop iteration
• Create two nested loop for data insertion.
• Finally, display the data using two nested loops.
Attachments:
Similar questions