Mi a kimenet? static int Test(out int x, int y=4) x = 6; return x * y; static void Main(string args) int a; int z = Test(out a); Console.WriteLine(a + z);

30


Click Card to Flip | Start Over | 1 out of 10
Teachers: Create FREE flashcards and games
© 2007 - 2024 Review Game Zone | Privacy | Terms