Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~89 People Reached
Favorite Forums
Member Avatar for hussaindot_com

[CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Array_2 { class Program { static void Main() { int i; int[] c=new int[11]; int[] b=new int[11]; int[] a=new int[11]; for ( i = 0; i <= 10; i++) //Console.WriteLine("Enter a Matrix1"); a[i] = Console.Read(); for ( i = 0; i …

Member Avatar for Geekitygeek
-2
89