(Solution Library) For the following pseudo code: If Number > 0 Then Write "Red" End If If Number = 0 Then Write "White" End If If Number < 0 Then Write "Blue" End
Question: (3 points) For the following pseudo code:
If Number > 0 Then
Write "Red"
End If
If Number = 0 Then
Write "White"
End If
If Number < 0 Then
Write "Blue"
End If
- What is the output if Number = 23?
- What is the output if Number = -32?
Price: $2.99
Solution: The downloadable solution consists of 1 pages
Deliverable: Word Document 