:
score >= 85 ? cout << "A" :
score >= 80 ? cout << "B+" :
score >= 75 ? cout << "B"
it will not improve anything so just use where is needed for example as function arg
Обсуждают сегодня