Question: Using the code shown below, what will be displayed when the input is as follows: (a) -1 (b) 0 (c) 1 Input Number If Number
Using the code shown below, what will be displayed when the input is as follows:
(a) -1
(b) 0
(c) 1

Input Number If Number < 0 Then Write "1" Else If Number == 0 Then Write "2" Else Write "3" End If End If Write "DONE"
Step by Step Solution
3.58 Rating (159 Votes )
There are 3 Steps involved in it
a 1 D... View full answer
Get step-by-step solutions from verified subject matter experts
