Guest User

Untitled

a guest
May 26th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. str ar1[2] = ['One','Two'];
  2.  
  3. str ar1[2];
  4.  
  5. ar1[1] = 'One';
  6. ar1[2] = 'Two';
Add Comment
Please, Sign In to add comment