Ask Question
16 May, 19:04

Which of the following most closely illustrates the correct format of the comparison in a conditional statement?

if thisNumber = 10

if (thisString = "What is your quest?")

if myBoolean = = = true

if (myNumber < = 10)

+3
Answers (1)
  1. 16 May, 21:58
    0
    Answer should be if (thisString = "What is your quest?")
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which of the following most closely illustrates the correct format of the comparison in a conditional statement? if thisNumber = 10 if ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers