Strings are indexed
For example chicken will be 0123456, each character had corresponding index or positional number.
Character starts from 0 and access first 0 index.
Its important to keep that first name for example river as you can’t change string and would need to override with a new string.
Lots to take in but more practise is needed to understand.
zakariyesahid96
Comments