public class VarförInteGotos
public static void Say(String x)
public static void Main()
Say("Logga in med 'admin' och '123'");
string x = Console.ReadLine();
string y = Console.ReadLine();
if (x=="admin" && y=="123") {
string a = Console.ReadLine();
string b = Console.ReadLine();
if(a=="admin" && b=="123")