Computer Science, asked by 130447devanshi, 1 month ago

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 fhananabg
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 hrsv99
0

Answer:

operator +is used to concatenate strings ex strings =I like

Explanation:

please make me brainlist

Similar questions