Write a program that generates the following out 10,20,19 in C++

preview_player
Показать описание
Write a program that generates the following output:
10
20
19
Use an integer constant for the 10, an arithmetic assignment operator to generate the 20, and a decrements operator to generate the 19.
Facebook page link:
Рекомендации по теме