+ 4
What is array?
how we can work with sololearn?
6 Antworten
+ 19
array work like a big container. array have so many values.
array also called as variable.
+ 17
have a look at these post for arrays :
https://www.sololearn.com/Discuss/1128130/?ref=app
https://www.sololearn.com/Discuss/1542762/?ref=app
https://www.sololearn.com/Discuss/1030644/?ref=app
//U didn't specify much about the question , have a look at this post also :
https://www.sololearn.com/Discuss/1316935/?ref=app
+ 5
An array is a variable that can store many values of a type. It's like a set. For example: var colors = [red, green, blue]; In this example I have an array with three values, which I can call as follows: colors [0] colors [1] and so on.
+ 3
An array stores a set of numbers.
A String is also an array which is a set of characters.
+ 1
please answer soon
0
it is a collection of variable of thr same type