Guest User

Untitled

a guest
Jun 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.31 KB | None | 0 0
  1. if( type == "Auto")
  2. {  
  3.     cout << "\nHow many months would you like to have your loan? <36, 48, 60> ";
  4.     cin >> time;
  5. }
  6. else if(type = "Home")
  7. {  
  8.     cout << "\nHow many years would you like your loan? << <15, 20, 30> ";
  9.     cin >> time;
  10. }
  11. else
  12. {
  13.     cout << "\nPlease enter either Auto or Home";
  14.     return 0;
  15. }
Add Comment
Please, Sign In to add comment