Guest User

Untitled

a guest
Nov 16th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #include "pch.h"
  2. #include <iostream>
  3. using namespace::std;
  4.  
  5. int main()
  6. {
  7.  
  8.  
  9. int a;
  10. cout << "The enter a ";
  11. cin >> a;
  12. int count = 0;
  13.  
  14. for (int i = 1; i <= a; i++) {
  15. if () {
  16.  
  17. }
  18. }
  19. }
Add Comment
Please, Sign In to add comment