Identify the error in the code: Declare String word = "cop" If word="cop" Then Display "The strings are the same" End If

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
correctanswer
Posts: 43759
Joined: Sat Aug 07, 2021 7:38 am

Identify the error in the code: Declare String word = "cop" If word="cop" Then Display "The strings are the same" End If

Post by correctanswer »

Identify The Error In The Code Declare String Word Cop If Word Cop Then Display The Strings Are The Same End If 1
Identify The Error In The Code Declare String Word Cop If Word Cop Then Display The Strings Are The Same End If 1 (30.51 KiB) Viewed 81 times
Identify the error in the code: Declare String word = "cop" If word="cop" Then Display "The strings are the same" End If O The test condition needs a second Boolean expression O The relational operator is incorrect O There is no error O The logical operator OR should be used in the test condition
Register for solutions, replies, and use board search function. Answer Happy Forum is an archive of questions covering all technical subjects across the Internet.
Post Reply