- Identify The Error In The Code Module Anonymous Boolean Hasarrived If Not Hasarrived Then Display Say Hello End If 1 (27.41 KiB) Viewed 65 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 The logical operator should be OR Remove NOT The logical operator should be AND