Advertisement
desislava_topuzakova

02. Nums 1...10

Jan 7th, 2023
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. cout << 1 << endl;
  7. cout << 2 << endl;
  8. cout << 3 << endl;
  9. cout << 4 << endl;
  10. cout << 5 << endl;
  11. cout << 6 << endl;
  12. cout << 7 << endl;
  13. cout << 8 << endl;
  14. cout << 9 << endl;
  15. cout << 10 << endl;
  16. }
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement