- 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 59 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
-
- Posts: 43759
- Joined: Sat Aug 07, 2021 7:38 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
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.