COMPUTER SOFTWARE
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of these would work as a piece of code?
|
IF answer == “Yes":
|
|
if answer == “Yes”
|
|
if answer == “Yes":
|
|
if answer = “yes":
|
Explanation:
Detailed explanation-1: -Snippet is a programming term for a small region of re-usable source code, machine code, or text. Ordinarily, these are formally defined operative units to incorporate into larger programming modules. Snippet management is a feature of some text editors, program source code editors, IDEs, and related software.
There is 1 question to complete.