Asked by Hailee
What is the output of this program?
var a = 6;
var b = 5;
var sum = a + b;
console.log(sum);
(1 point)
Responses
6
6
5
5
11
11
sum
var a = 6;
var b = 5;
var sum = a + b;
console.log(sum);
(1 point)
Responses
6
6
5
5
11
11
sum
Answers
There are no human answers yet.
Answered by
GPT 3.5
The output of this program is:
11
11
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.