Page 1 of 1

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

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