{}
BLACK NOVEMBER
Are you struggling to build your coding confidence or land your first job? Fast-track to your first pay-check. Start PRO
BLACK NOVEMBER
Fast-track to your first pay-check. Start PRO
run-icon
main.cpp
// Online C++ compiler to run C++ program online #include <iostream> const int і=3; int main() { for(int i=0; і>1; i--){ if(i>1){std::cout<<i;} } return 0; }
Output