no warnings.Code:#include <iostream> using namespace std; int main() { for(double lusindex = 5; lusindex <= -4; lusindex--) { if(lusindex=0) continue; cout<< "1/" <<lusindex<<" = "<<1/lusindex<<endl; } cin.get(); }
and it isn't couting something , it just shows blackscreen![]()



LinkBack URL
About LinkBacks




CornedBee