What would display if the following pseudocode is coded and executed?
```
Declare String str1 = "car"
Declare String str2 = "green"
Set message = append(str1, str2)
Display "You have a " , message
```
a. You have a green car
b. You have a car green
c. You have a greencar
d. You have a cargreen
d. You have a cargreen
Computer Science & Information Technology
You might also like to view...
A(n) ________ is a set of intersecting lines, similar to graph paper
Fill in the blank(s) with correct word
Computer Science & Information Technology
The ____ panel provides a flexible way to reverse changes in a composition.
a. Reverse Changes b. Undo c. Edit d. History
Computer Science & Information Technology