- What Does This Program Display When X Has A Value Of 5 If X 10 And X 20 Then Display True Else Display False En 1 (26.39 KiB) Viewed 74 times
What does this program display when x has a value of 5? If x < 10 AND x > 20 Then Display "true" Else Display "false" En
-
- Posts: 43759
- Joined: Sat Aug 07, 2021 7:38 am
What does this program display when x has a value of 5? If x < 10 AND x > 20 Then Display "true" Else Display "false" En
What does this program display when x has a value of 5? If x < 10 AND x > 20 Then Display "true" Else Display "false" End If false true Nothing-this program produces an error.