- Identify The Error In The Code Module Anonymous Boolean Hasarrived If Not Hasarrived Then Display Say Hello End If 1 (21.82 KiB) Viewed 71 times
Identify the error in the code: Module anonymous (Boolean hasArrived) If NOT hasArrived Then Display "say hello" End If
-
- Posts: 43759
- Joined: Sat Aug 07, 2021 7:38 am
Identify the error in the code: Module anonymous (Boolean hasArrived) If NOT hasArrived Then Display "say hello" End If
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