hey guys I really really need your help on that one.
I don't know if it's a bug somewhere but I can't seem to actually make my string appear in a string.
my string is this
code:
"Les nombres " + nombre1s + " et " + nombre2s + " sont miroirs." ;
yet the only thing that appears when I display the string is :
code:
Les nombres et sont miroirs.
I can't quite seem to understand why both nombre1s and nombre2s which are both strings won't appear.