People
Discovery
News
Quizzes
Instructions: answer the questions, check them carefully, and when you are sure they are all right, press submit. The number of correct answers will be displayed.
var A = 3;
var B = 2;
var C = --A + B--;
var D = A-- + --B;
var E = --C + D--;
What is E?
Content © Andrew Bone. All rights reserved.