Loading banca/Program.cs +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ namespace banca { static int conto = 500; static object locker = new object(); static void Main(string[] args) { int scelta; Loading Loading @@ -41,6 +40,7 @@ namespace banca { if (conto >= 500) { conto =conto -500; Console.WriteLine("Prelievo effettuato"); } Loading Loading
banca/Program.cs +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ namespace banca { static int conto = 500; static object locker = new object(); static void Main(string[] args) { int scelta; Loading Loading @@ -41,6 +40,7 @@ namespace banca { if (conto >= 500) { conto =conto -500; Console.WriteLine("Prelievo effettuato"); } Loading