Escaping characters

  • 7
  • Locked
You need to escape characters that a compiler interprets differently than a person does. For example, double quotes. The compiler uses them to mark the beginning and end of a string, but not to display them on the screen. So if we need to display double quotes, we use escape characters. Let's practice this skill. Complete a task about escaping characters.
You can't complete this task, because you're not signed in.
Comments (39)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Lunita
Level 4
13 January, 15:45
No es tan difícil, pero me tomo 4 intentos :( por culpa de las últimas comillas en la segunda frase.
furius72
Level 9 , Milan, Italy
11 October 2022, 09:51
i dont understand why homework does not follow lessons..this task has not been explained before
Steve C. Ands
Level 10 , Medellín, Colombia
19 November 2021, 16:02
Me está generando ERROR y se está cumpliendo todo
Roman
Level 41
24 November 2021, 07:29
Lunita
Level 4
13 January, 16:02
Al final van unas comillas después de bin, no las tienes Steve.
Wendy Organista
Level 3 , Mexico
5 October 2021, 23:04
Es un ejercicio para poner mucha mucha atención, cada espacio y cada caracter cuentan :) Muy bueno
Angel Stefan
Level 23 , Sibiu, Romania
15 September 2021, 21:25
Hello, somebody know how to open the console in IntelliJ? For this task is important to see what is printed on the screen, but for some reason i don't have the console in the page. Tk!
30 May 2021, 00:23
I can not see the requeriments, seem not working.
Alex Vypirailenko Java Developer at Toshiba Global Comme
30 May 2021, 11:45
Please contact support at support@codegym.cc
Nathan Guidry
Level 6 , Lake Charles, United States
10 May 2021, 16:16
Yeah the hint could've been worded better..
liutas
Level 5 , Priekule, Lithuania
17 November 2020, 18:05
hello everyone, What i'm doing wrong ? it looks simple but maybe i missed something.
Kademo
Level 3 , Chicago, United States
21 October 2020, 23:29
This task helped me find out that IntelliJ adds escape characters by itself. Just copy\paste the text and it is done. Amazing
Geneson Bautista
Level 4 , Chesapeake, United States
20 September 2020, 01:05
Took me three times to get right. Hint is to pay attention to the double \\ for the second line.