0

Can someone please help me with understanding strings??

help

25th Jan 2019, 10:08 PM
Unique King
Unique King - avatar
5 odpowiedzi
+ 2
Strings are a sequence of characters: 'c' is a character "Hello, world" is a string. It's basicly everything that has characters and is longer than 1 character
25th Jan 2019, 10:24 PM
Roel
Roel - avatar
+ 2
If you wanted to print Hello World to console/screen the easiest way would be to print a string "Hello World".
26th Jan 2019, 12:56 AM
D_Stark
D_Stark - avatar
+ 2
Thank you guys, it's making more sense. I'm new at learning code. Trying to be as patient as I can be
26th Jan 2019, 2:31 AM
Unique King
Unique King - avatar
+ 1
It is just a way to save some writing without your computer thinking it's an instruction. Put single or double quotes around writing to make them. "string" 'string'
26th Jan 2019, 12:02 AM
James
James - avatar