// cycles do ..while: - the syntax: do { statements; }while(condition); // DO NOT FORGET THE SEMICOLON!!! EX.: //what is missing here ..??? do { cout<<"please, enter the value of a: "<>a; if(a<0) cout<<" - not a good value! - try it again! "<0) { cout<<"the value of a is: "<