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 (27.41 KiB) Viewed 66 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 The logical operator should be OR Remove NOT The logical operator should be AND