Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
Aynen dediği gibi, } bekliyormuş, bulamamış.. Açtığın program bloğu kadar (yazdığın { kadar) program bloğu kapatmalısın.
Zaten öyle ancak koymamı istediği yerle else nin üstündeki satırın sonu. Yani koyarsam kod bozulcak
if (a==b)
Console.Writeline("a b'ye eşit");
Console.Writeline("Kontrol ettim, kesin eşit");
if (a==b)
Console.Writeline("a b'ye eşit");
Console.Writeline("Kontrol ettim, kesin eşit");
else Console.Writeline("Eşit değiller");
Updater updater = new Updater();
updater.ShowDialog();
this.Close();