0

how can b takes two values whiles it is given as integer in the first line

int a = 4; int b = 6; b = a++; Console.WriteLine(++b);

30th May 2018, 2:16 PM
ahmed siddiq
ahmed siddiq - avatar
2 ответов
0
I think because your giving b a value, but then your actually giving b a new value
30th May 2018, 2:20 PM
Henry Arch
Henry Arch - avatar