AOL: ‘I’m Sorry You Feel That Way’: 2 Therapists Sound Off on the Phrase That Launched 1,000 Fights
‘I’m Sorry You Feel That Way’: 2 Therapists Sound Off on the Phrase That Launched 1,000 Fights
DEAR MISS MANNERS: I’ve encountered a lot of fuss about the pervasiveness of the nonapology: e.g., “I’m sorry you’re so sensitive” or “I’m sorry you feel that way.” But what is one to say to ...
NJ.com: Former Yankees ace responds to columnist’s insult: ‘Sorry you feel that way’
Former Yankees ace responds to columnist’s insult: ‘Sorry you feel that way’
MSN: Former Yankees ace responds to columnist’s insult: 'Sorry you feel that way'
Former Yankees ace responds to columnist’s insult: 'Sorry you feel that way'
AOL: Former Yankees ace responds to columnist’s insult: ‘Sorry you feel that way’
The goal of an argument is to reach a resolution that you and your partner both feel good about, right? But what if the concluding statement has the potential to be triggering? The phrase “I’m sorry ...
MSN: Want to Feel More Confident, Competent, and Self-Assured? Science Says Stop Saying ‘I’m Sorry’ So Often
Want to Feel More Confident, Competent, and Self-Assured? Science Says Stop Saying ‘I’m Sorry’ So Often
The way for loop is processed is as follows 1 First, initialization is performed (i=0) 2 the check is performed (i < n) 3 the code in the loop is executed. 4 the value is incremented 5 Repeat steps 2 - 4 This is the reason why, there is no difference between i++ and ++i in the for loop which has been used.