Advertisement
Guest User

Untitled

a guest
Dec 12th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #include <iostream>
  2. #include <cmath>
  3.  
  4. using namespace std;
  5.  
  6. int main()
  7. {
  8. int a, b;
  9.  
  10. cout << "Unesi troznamenkasi broj: ";
  11. cin >> a;
  12. system ("CLS");
  13. b=a/100;
  14. cout << "Broj stotice je " << b << "." << endl;
  15. system ("PAUSE");
  16. return 0;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement