Computer Science, asked by sm2163452, 7 months ago

Fill in the blank. Strings and variables can be combined with the ________ symbol. Type the correct answer into the text box.​

Answers

Answered by gayatribiradar682
1

Answer:

You can add two strings together using the + operator: this is called concatenating them. >>> print ("Hello, " + "world!")

Strings and variables can be combined with the two symbol.

Answered by Jasleen0599
0

+ Symbol

Strings and variables can be combined with the + symbol.

  • The suggested concatenation operator is the & sign. It is used to combine multiple string variables into a single string by joining two or more separate strings together.
  • The suggested concatenation operator is the & sign. It is used to combine multiple string variables into a single string by joining two or more separate strings together.
  • These variables are referred to as string variables since they may store character strings. Names of string variables must end in $. (dollar sign). A string variable can be given text by using the equals symbol (=).
  • Variables are symbols you can use in a programme to store data. They can be compared to a blank box that you fill with information or value. Strings can be used to populate a variable because they are data. Working with strings in our Python applications can be made simpler by declaring strings as variables.
  • Strings can be assigned to variables in JavaScript, and the variables can then be concatenated to create new strings. Between the strings or string variables you want to join, add a plus sign (+) to create a concatenated string.

#SPJ2

Similar questions