Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. void show() {
  2.  
  3. using namespace std;
  4. cout << ln << endl;
  5. int n = 0;
  6. if (ln[n] != '/0') {
  7. n++;
  8. cout << ln[n] << endl;
  9. }
  10.  
  11.  
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement