COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of these would work as a piece of code?
A
IF answer == “Yes":
B
if answer == “Yes”
C
if answer == “Yes":
D
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.