Guest User

Untitled

a guest
Oct 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. cout << "Please enter the interest rate:";
  2. cin >> interestRate;
  3. if (interestRate > 0);
  4. else cout << "Enter a positive, real number." << endl;
Add Comment
Please, Sign In to add comment