Someone help | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Someone help

I tried typing Var myName = “Dylan” and on the next line print (myName) and it didn’t work, anyone know why?

6th Apr 2019, 3:38 PM
Dylan
3 Réponses
+ 6
Should work... Would you mind to link your playground code here?
6th Apr 2019, 8:36 PM
Tashi N
Tashi N - avatar
+ 4
Java: var myName = "Dylan"; or String myName = "Dylan"; System.out.println(myName);
6th Apr 2019, 7:42 PM
Denise Roßberg
Denise Roßberg - avatar
+ 2
What programming language are you using?
6th Apr 2019, 3:42 PM
Diego
Diego - avatar