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
Given the following two declarations and initializations, which of the following statements
correctly assigns a number of to a variable named sum?
let num;
let num;
let sum num num;
const sum num num ;
var sum num num;
let sum num Numbernum;
let sum num num;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
