2
How do I insert a ","
among the items in While
and in the last item I put a "e"
one more "."
.
Remembering that my array will load according to the data in the database.
I need it written like this:
Pera
, Uva
, Melao
and Morango
.
vetor = new Array ("Pera", "Uva", "Melao", "Morango");
It seems the same logic question
– rray