- 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
-
- 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
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