Ask Question
20 January, 11:17

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)

+5
Answers (1)
  1. 20 January, 13:43
    0
    Answer should be if (thisString = "What is your quest?")
Know the Answer?
Not Sure About the Answer?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers