You must replace the last line in Graph() method
from:
System.out.println(w[i][j]+" ");
to:
System.out.println();
1
solved i meet with some problems in java [closed]
You must replace the last line in Graph() method
from:
System.out.println(w[i][j]+" ");
to:
System.out.println();
1
solved i meet with some problems in java [closed]