Ask Question
14 September, 16:21

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)

+4
Answers (1)
  1. 14 September, 16: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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers