using namespace std; //main function int main() { int count=1; //use a do while to filter a score from 1-100 do{ cout<<count<<" "; count++; }while(count!=101); getch();//delay return 0; }
"assignmentexpert.com" is professional group of people in Math subjects! They did assignments in very high level of mathematical modelling in the best quality. Thanks a lot
Comments