What output would we get if we type the instructions given in the table in shell prompt?
Print("Hello")
print("Hello"+"How are you")
print(20+21)
print("20"+"21")
Answers
Answered by
21
What output would we get if we type the instructions given in the table in shell prompt?
Print("Hello")
print("Hello"+"How are you")
print(20+21)
print("20"+"21")
- Print("Hello") = Hello
- print("Hello"+"How are you") = HelloHow are you
- print(20+21) = 41
- print("20"+"21") = 2021
Similar questions
Science,
29 days ago
Math,
29 days ago
Math,
1 month ago
Accountancy,
1 month ago
Environmental Sciences,
9 months ago