void setup () { int a; int b; b = 33; a = b + 20; println(b); println(a); }