You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output for Example #1 Arithmetic Operations on Character Variables is slightly incorrect.
First line of output should be "== Alphabets ==" not "== Characters==".
Code:
Output:
The text was updated successfully, but these errors were encountered:
Yeah, that example is obviously wrong. I don't think that the term "alphabets" is correct, though. While that matches ctype_alpha(), isn't the proper term just "letters"? @Crell, @Girgias?
From manual page: https://php.net/language.operators.increment
Output for Example #1 Arithmetic Operations on Character Variables is slightly incorrect.
First line of output should be "== Alphabets ==" not "== Characters==".
Code:
Output:
The text was updated successfully, but these errors were encountered: