#includeusing namespace std;void main(){ int i; for(i=10; i>=0; i--) cout < cout < i=10; while(i>=0){ cout < i--; } cout <}