Page 1 of 1

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
by correctanswer
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 1
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 1 (48.81 KiB) Viewed 61 times
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.