Solved

What Is the Purpose of the Following Command Issued as Part

Question 10

Multiple Choice

What is the purpose of the following command issued as part of a Python or JavaScript? Python: Answer1 = 0
JavaScript: Answer1 = 0;


A) It puts the value of Answer1 into memory location 0
B) It initializes the variable named Answer1 to zero.
C) It sets the data type for Answer1 to the default data type.
D) It creates a character string called Answer1.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions