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 -

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
correctanswer
Posts: 43759
Joined: Sat Aug 07, 2021 7:38 am

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 -

Post 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 52 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
Register for solutions, replies, and use board search function. Answer Happy Forum is an archive of questions covering all technical subjects across the Internet.
Post Reply