Page 1 of 1

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

Posted: Fri Jun 10, 2022 11:56 am
by correctanswer
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
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 69 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" End If true false Nothing--this program produces an error.