// "Create Local Variable 'a'" "true" class C { void foo() { int a = 10; a++; } }