Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. int n[2]; nr = 0;
  7. (while nr != 3)
  8. {
  9. cin >> n [nr];
  10. nr++;
  11. }
  12. for (int i = 0l i <= 3; i++)
  13. {
  14. if (n[i] >= 10 && n[i] <= 99)
  15. {
  16. cout<<n[i];
  17. }
  18. }
  19. return 0;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement