0
What's the problem with this code?
3 Answers
+ 5
Your variable declaration dont match those that are being initialized also please use camelCase when naming variables as they can be confused with class names.
copy and replace this section it will work đđ
String Danna, Ander, Ana, Rob, Fredy, Aleja, Migue, dash;
Danna = "Danna";
Ander= "Anderson";
Ana = "Ana";
Rob = "Robert";
Fredy = "Fredy";
Aleja = "Alejandra";
Migue = "Miguel";
dash = " - ";
+ 4
Your welcome buddy đđ
+ 1
Thanks a lot. I changed the variables names last minute and didn't realize the what was wrong. đ