7.print("l" + "am" + "in" + "school") display (1 Point) o I am in school O I Am In School O laminschool O jaminschool
Answers
Answered by
0
From the given question the Correct output of
print("l" + "am" + "in" + "school") is laminschool
Answered by
0
Answer:
Iaminschool
Explanation:
- Here, Addition Symbol( + ) is just adding String Values . Don't change values like lowercase to uppercase.
- Here, Print is Keyword this is used for only print the value of in between Double quotes (" ") . Print keyword is don't change values like lowercase to uppercase. The print keyword is used to output text. Unlike echo , print can only output one string at a time. Unlike echo , print has a return value, which is always 1.
Similar questions