Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #107.71K
~4K People Reached
Favorite Forums
Favorite Tags
1 Posted Topic
I have found a way to get the average using the fuction that was posted. This is what I did to it to get the average: class Program { static void Main(string[] args) { int[,] matrix = new int[3, 5] { { 1, 2, 3, 4, 5 }, { 6, …
The End.
Wizardsr66