bu koddaki hatayi bir turlu bulamadim ..Null referens Exeption veriyo ...Yapmaya çalısıtıgım kendı elle sütun ve satır degerı gırıp sonra teker teker sayılar yerlestırmek ve yazdırmak .. using System; using System.Collections.Generic; using System.Linq; using System.Text;
namespace ConsoleApplication3 { class Labbb
{
int P; int T; int i, j,k,l,m,n; int[,] P2T; int[,] T2P;
public void giris(){
Console.WriteLine("Insert How Many Protwesor:"); P =int.Parse ( Console.ReadLine()); Console.WriteLine("Insert How Many Transmistor"); T = int.Parse (Console.ReadLine());
}
public void w_matris() {
for (i = 0; i <=P; i++)
for (j = 0; j <=T;j++) { Console.WriteLine("P" +(i+1) + " TO T" + (j+1) ); P2T[i,j] = int.Parse(Console.ReadLine());
}
for (i =0; i <=P2T.Length; i++) { for (j=0; j <=P2T.Length; j++)