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