- Blogger Comment
- Facebook Comment
Subscribe to:
Post Comments
(
Atom
)
#include<iostream> using namespace std; int main () { for (int i =1; i < 9; i++) { if (i==7) break; cout<<i<<endl; } }
0 comments:
Post a Comment