RosettaCodeData/Task/Variables/C-sharp/variables-3.cs

6 lines
43 B
C#

int a = 4;
int b;
int c = Func(a);
b = 5;