Monday, December 10, 2007

How to declare an operator in a for loops

How to declare an operator in a for loops

To declare an operator in a for loops

#include

main ()

{

int w, doubl_e;

cout<< " please Enter An Integer here : " ;

cin>>doubl_e;

for (w =0 ; w<200 w="">

cout <<<">

return 0;

}

Result :

No comments: