Computer Science, asked by pradhinshetty, 1 month ago

Write a C+ program segment to accept and to display two-dimensional array.​

Answers

Answered by brinlyqueen
0

hey mate your ans refer to attachment

Attachments:
Answered by PanyaKohli
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