What does this program display? If Not (4 < 3) Then Display "3 is more than 4" Else Display "4 is more than 3" End If 3
Posted: Fri Jun 10, 2022 11:55 am
What does this program display? If Not (4 < 3) Then Display "3 is more than 4" Else Display "4 is more than 3" End If 3 is more than 4 4 is more than 3 Nothing--this program produces an error.