Page 1 of 1

Identify the error in the code: Module anonymous (Boolean hasArrived) If NOT hasArrived Then Display "say hello" End If

Posted: Fri Jun 10, 2022 11:58 am
by correctanswer
Identify The Error In The Code Module Anonymous Boolean Hasarrived If Not Hasarrived Then Display Say Hello End If 1
Identify The Error In The Code Module Anonymous Boolean Hasarrived If Not Hasarrived Then Display Say Hello End If 1 (21.82 KiB) Viewed 72 times
Identify the error in the code: Module anonymous (Boolean hasArrived) If NOT hasArrived Then Display "say hello" End If End Module O There is no error O The logical operator should be OR Remove NOT O The logical operator should be AND