2. var applesToBuy = readInt("How many apples would you like? "); 10. var x = readInt(“What is the x coordinate? “); var y = readInt(“What is the y coordinate? “); 14. Draw a circle on the canvas that ...
20. This code won’t run because of a syntax error 21. Top down design is a way of designing your program by starting with the biggest problem and breaking it down ...