Question: Question 5 Given the following two declarations and initializations, which of the following statements correctly assigns a number of 1 1 0 to a variable

Question 5
Given the following two declarations and initializations, which of the following statements
correctly assigns a number of 110 to a variable named sum?
let num1=100;
let num2=?'10';
let sum =+ num2+ num1;
const sum = num 2+ num 1;
var sum = num1+ num2;
let sum = num1+ Number(num2);
let sum = num 1+ num2;
 Question 5 Given the following two declarations and initializations, which of

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!