Page 1 of 1

What does this program display? Declare Integer x = 0 Declare Integer y = 1 If x > 0 Then Set y = y + 1 Else Set y = x -

Posted: Fri Jun 10, 2022 11:56 am
by correctanswer
What Does This Program Display Declare Integer X 0 Declare Integer Y 1 If X 0 Then Set Y Y 1 Else Set Y X 1
What Does This Program Display Declare Integer X 0 Declare Integer Y 1 If X 0 Then Set Y Y 1 Else Set Y X 1 (52.88 KiB) Viewed 53 times
What does this program display? Declare Integer x = 0 Declare Integer y = 1 If x > 0 Then Set y = y + 1 Else Set y = x - 1 End If Display x -1 0