31.2k views
10 votes
Given that the variable named Boy = "Joey" and the variable named Age = 6, create statements that will output the following message:

Congratulations, Joey! Today you are 6 years old.

First, write one statement that will use a variable named Message to store the message. (You will need to concatenate all of the strings and variables together into the one variable named Message. If you don't know what that means, read the section in Chapter 1 about concatenation.)
Then write a second statement that will simply output the Message variable.

User Aashir
by
4.1k points

1 Answer

9 votes

Answer:

isn't it already showing it if not put text box

Step-by-step explanation:

User Rrreee
by
4.3k points