Advertisement
Guest User

Untitled

a guest
Jun 16th, 2017
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CFDG 0.31 KB | None | 0 0
  1. int main ()
  2. {
  3.     cout << "Hello, this is my State to Capital Converter. All you have to do is enter a State's abbreviation, and the state's capital will appear. Get Started!\n";
  4.         string state;
  5.         cin >> state;  
  6.    
  7.     if()       
  8.         inline void out(char **text)
  9.         {
  10.         printf(text);
  11.         system("pause");
  12.         }
  13. }
  14. out("test");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement