Q2 Which of the following options will return the string "Welcome to Carleton!"? Try to answer this question from your understanding and not typing the expression into the Python interactive mode.    Question 2 options:   str1 = "Welcome"  str2 = "to" str3 = "Carleton" str4 = "!" str1 + " " + str2 + " " + str3 + " " + str4   str1 = "Welcome"  str2 = "to" str3 = "Carleton" str4 = "!" str1[0] + str2[1] + str3[2] + "!"   str1 = "Welcome"  str2 = "to" str3 = "Carleton" str4 = "!" str1 + " " + str2 + " " + str3 + str4          str1 = "Welcome"  str2 = "to" str3 = "Carleton" str4 = "!" str1 + str2 + str3 + "!"

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter15: Using Javafx And Scene Builder
Section: Chapter Questions
Problem 1DE
icon
Related questions
Question

Q2

Which of the following options will return the string "Welcome to Carleton!"?

Try to answer this question from your understanding and not typing the expression into the Python interactive mode. 

 

Question 2 options:

 

str1 = "Welcome" 
str2 = "to"
str3 = "Carleton"
str4 = "!"
str1 + " " + str2 + " " + str3 + " " + str4

 

str1 = "Welcome" 
str2 = "to"
str3 = "Carleton"
str4 = "!"
str1[0] + str2[1] + str3[2] + "!"

 

str1 = "Welcome" 
str2 = "to"
str3 = "Carleton"
str4 = "!"
str1 + " " + str2 + " " + str3 + str4       

 

str1 = "Welcome" 
str2 = "to"
str3 = "Carleton"
str4 = "!"
str1 + str2 + str3 + "!"

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Linux
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,