0
String arrays
What is the exact purpose like what would be an advanced reason to use them cause it seams like you can simply do the same thing with simpler code
1 Resposta
+ 2
Arrays make it easy for you to create many related variables. You also won't have to remember the names names of each variable.