- What Does This Program Display When X Has A Value Of 15 If X 10 Or X 20 Then Display True Else Display False En 1 (23.69 KiB) Viewed 68 times
What does this program display when x has a value of 15? If x < 10 OR 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 15? If x < 10 OR x < 20 Then Display "true" Else Display "false" En
What does this program display when x has a value of 15? If x < 10 OR x < 20 Then Display "true" Else Display "false" End If true false Nothing--this program produces an error.