diff --git a/Emne 3/StaticogIkkestatic/StaticogIkkestatic/Program.cs b/Emne 3/StaticogIkkestatic/StaticogIkkestatic/Program.cs index 59e73ae..0a60e1d 100644 --- a/Emne 3/StaticogIkkestatic/StaticogIkkestatic/Program.cs +++ b/Emne 3/StaticogIkkestatic/StaticogIkkestatic/Program.cs @@ -5,6 +5,8 @@ static void Main(string[] args) { ShowSeperatorRow(); + var label = "Navn"; + var fieldValue = "Stavern"; Console.WriteLine("Navn: Stavern"); Console.WriteLine("Kommune: Larvik"); Console.WriteLine("Fylke: Vestfold");