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
Economy,
1 month ago
Math,
1 month ago
Sociology,
1 month ago
Math,
3 months ago
Accountancy,
3 months ago
Environmental Sciences,
10 months ago