Posts by Pedro Pacheco • 17 points
2 posts
-
-2
votes3
answers101
viewsA: C# Object reference not defined for an object instance
city=A(100,80); city=B(160,70); city=C(110,50); city=D(140,120); city=F(155,40); city=G(210,60); city=H(190,10); city=I(170,110); route=A-C;140; route=A-D;155; route=C-F;125; route=D-B;115;…
c#answered Pedro Pacheco 17 -
2
votes3
answers101
viewsQ: C# Object reference not defined for an object instance
Who can help me and explain this problem I will be grateful using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BuscaLargura…
c#asked Pedro Pacheco 17