Answer to Question #285280 in C++ for Asawer

Question #285280

Suppose that str1, str2, and str3 are string variables, and str1 = "English", str2 = 

"Computer Science", and str3 = "Programming". Evaluate the following expressions.

a. str1 >= str2

b. str1 != "english"

c. str3 < str2

d. str2 >= "Chemistry"


1
Expert's answer
2022-01-07T01:50:19-0500

a. true

b. true

c. false

d. true


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment