What is the output if the following program segment is coded and run? Declare Bird As String Declare Cat As String Declare Temp As String Set Bird = "black" Set Cat = "green" Set Temp = Bird Set Bird...


What is the output if the following program segment is coded and run?


Declare Bird As String


Declare Cat As String


Declare Temp As String


Set Bird = "black"


Set Cat = "green"


Set Temp = Bird


Set Bird = Cat


Set Cat = Temp


Write "My bird has " + Bird + "feathers."


Write "My cat is " + Cat + "."




May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here