2
answers
0
watching
143
views
14 Jul 2018

22. What is the second line printed by this program? int a = 123; void draw() { println("a is now " + a); A. a is now 123 B. a is now 456 C. a here is 456 D. It doesn't print anything. There is a syntax error involving the variable a. void setup() { int a = 456; println("a here is " + a);

For unlimited access to Homework Help, a Homework+ subscription is required.

Unlock all answers

Get 1 free homework help answer.
Already have an account? Log in
Keith Leannon
Keith LeannonLv2
16 Jul 2018
Already have an account? Log in
Start filling in the gaps now
Log in