Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main(void)
  5. {
  6. char mjono[18] = ""
  7. char mjono2[18] = ""
  8. cout << "Anna mjono, tasan 17mkiä: ";
  9. cin >> mjono;
  10.  
  11. for (i = 16; i >= 0; i--) {
  12. mjono2[i-16] = mjono[i];
  13. }
  14.  
  15.  
  16. cout << "Paina jotain nappainta lopettaaksesi...";
  17. cin.get();
  18.  
  19. return 0;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement