If chr is a character variable, which of the following if statements is written correctly? A. if (chr = "a") B. if (chr = = "a") C. if (chr = 'a') D. if (chr = = 'a')
+2
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “If chr is a character variable, which of the following if statements is written correctly? A. if (chr = "a") B. if (chr = = "a") C. if (chr ...” 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.
Home » Computers & Technology » If chr is a character variable, which of the following if statements is written correctly? A. if (chr = "a") B. if (chr = = "a") C. if (chr = 'a') D. if (chr = = 'a')