Skip to content

Commit 7bb19e9

Browse files
authored
Merge pull request exlskills#26 from borsec-suveran/patch-23
Update 02_.md
2 parents 5011fc8 + 83b18ff commit 7bb19e9

File tree

1 file changed

+1
-1
lines changed
  • 02_Data Types and Variables/00_Data Types/08_String

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The sample program above shows two examples of string concatenation. The first example prints a welcome message using string variables and the second example prints a person's full name. Although, string concatenation will be explored in-depth later in the course, try to understand how it works so you can use it. String concatenation is pretty straightforward as the '+' operator simply adds two strings together. The unicode examples show how any language can be used in the program and printed correctly on the console. Search up unicode and see if the languages you speak are supported!
1+
The sample program above shows two examples of string concatenation. The first example prints a welcome message using string variables and the second example prints a person's full name. Although, string concatenation will be explored in-depth later in the course, try to understand how it works so you can use it. String concatenation is pretty straightforward as the '+' operator simply adds two strings together. The unicode examples show how any language can be used in the program and printed correctly on the console. Look up Unicode and see if the languages you speak are supported!

0 commit comments

Comments
 (0)