2.5 Code Practice Question
Answers
Answered by
0
Answer:
Write a program to print the array in a sprial form
Explanation:
Given array = 1 2 3
4 5 6
7 8 9
It's 2D array
Expected output: 123698745
Send the code in the comment box
Follow for more questions and programs
Similar questions