What would this display? Declare Integer count= 5 Declare Integer size= 1 While count >=size Display “Hello World” Set c
Posted: Fri May 20, 2022 1:39 pm
What would this display?
Declare Integer count= 5
Declare Integer size= 1
While count >=size
Display “Hello
World”
Set count =
count -2
End While
Declare Integer count= 5
Declare Integer size= 1
While count >=size
Display “Hello
World”
Set count =
count -2
End While