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
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.