//Count 50, 45, 40, 35, 30, 25, 20 #include using namespace std; void main() { int num=1; for(num=50; num>=20; num=num-5) cout<