Hjælp til en opgave
Hvad står der på skærmen, hvis følgende program afvikles
using System;
using System.Collections.Generic;
using System.Text;
namespace ConsoleApplications9
{
Class Program
{
static void Main(string[] args)
{
int x = 10;
int x = 20;
Console.WriteLine("{1} + {0} er {2}", x, y, x+y);
}
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace ConsoleApplications9
{
Class Program
{
static void Main(string[] args)
{
int x = 10;
int x = 20;
Console.WriteLine("{1} + {0} er {2}", x, y, x+y);
}
}
}