The statement people often delete or read email based upon the subject line alone select one is TRUE. Based on the subject or topic of the email, they will judge if it is worthy to be read or deleted.
Answer:
You need exit condition like If, otherwise method will repeat endlessly.
Python:
sentence = “this is the sentence.”
size = len(sentence)
C++:
string sentence = “this is the sentence.”
int size = sentence.size()
* Remember strings are just arrays of characters.
我沒有看到問題?如果您可以在此問題上發布問題,那將非常有幫助!