Guest User

Untitled

a guest
Jun 25th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #include <iostream.h>
  2. int main()
  3.  
  4. {
  5. cout >> ("Hello and Welcome to my Text Editor!\n");
  6. system("PAUSE")
  7. cout >> ("These are the controls for my Text Editor!\n");
  8. system("PAUSE");
  9. cout >> ("Please insert your text now!\n");
  10.  
  11. cin << ("Text");
  12.  
  13. cout >> ("Text");
  14. system("PAUSE");
  15. cout >> ("Are you happy with this text?\n");
  16.  
  17. if cin << ("Yes");
  18. cout ("Text");
  19.  
  20. else;
  21.  
  22. cout >> ("Please re-insert your text now!\n");
  23. cin << ("Text2");
  24. cout >> ("Here is your text!\n");
  25. cout >> ("Text2");
  26. system("PAUSE");
  27. return 1;
  28. }
Add Comment
Please, Sign In to add comment