P
P
ProblemBook.NET
Search…
⌃K
P
P
ProblemBook.NET
Search…
⌃K
ProblemBook.NET
LANGS
Задачник.NET
Math
«AugmentedAssignment» (Задача)
«Rounding1» (Задача)
«Overflow» (Решение)
«Overflow» (Задача)
«DivideByZero» (Решение)
«DivideByZero» (Задача)
«Eps» (Решение)
«DynamicIncrement» (Решение)
«Eps» (Задача)
«DynamicIncrement» (Задача)
«Rounding2» (Решение)
«AugmentedAssignment» (Решение)
«Rounding1» (Решение)
«Rounding2» (Задача)
Oop
ValueTypes
Strings
Linq
Multithreading
Summary
Введение
ProblemBook.NET
Attribution-NonCommercial-NoDerivatives 4.0 International
Powered By GitBook

«AugmentedAssignment» (Задача)

Что выведет следующий код?
int a = 0;
int Foo()
{
a = a + 42;
return 1;
}
void Main()
{
a += Foo();
Console.WriteLine(a);
}
​Решение​
Previous
Math
Next
«Rounding1» (Задача)
Last modified 3yr ago
Copy link