Click here to Skip to main content
15,905,010 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How can i return an Array from a Method?
Posted

1 solution

Exactly as any other reference-type object: return myArray;.

You are not ready to give answers on Sudoku programming, as well as any other (What's wrong with this Sudoku code?[^]).

I should also add that you won't be able to learn programming by asking such question. Rather, you need to take a manual and learn from the very beginning, doing simple exercises as you go. When you are done and feel some confidence, please come back, we will gladly help you. But do yourself a big favor: not earlier.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900