Replies: 2 comments 1 reply
-
@devdeep0 We have just created array named addperson. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I understand why you're questioning that coz usually we first declare the array type then the visibility and the name, like here : //array of payable addresses(typeOf address) called s_players
address payable[] private s_players; In your example person should be of type string and the array is called addperson |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
person[] public addperson;
we just created a array called addperson or we declared person to array
Beta Was this translation helpful? Give feedback.
All reactions