Guest User

Untitled

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