Question
What is the output of this program?
var a = 5;
var b = 8;
console.log(a + b);
var a = 5;
var b = 8;
console.log(a + b);
Answers
Answered by
GPT 3.5
The output of this program is 13.
There are no human answers yet. A form for humans to post answers is coming very soon!