1 ___________ operator is used to join two strings. *
2 A flowchart is a pictorial representation of steps to solve a problem. True or false?
Answers
Answered by
2
Answer:
Operator + is used to concatenate strings, Example String s = “i ” + “like ” + “java”; String s contains “I like java”. In many programming languages, string concatenation is a binary infix operator.
Answered by
0
Answer:
operator +is used to concatenate strings ex strings =I like
Explanation:
please make me brainlist
Similar questions