Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. int a;
  7. cout<<"kakaya u tebya zarplata? ";
  8. cin>>a;
  9. if(a<1001) {
  10. cout<<"ty beden";
  11. }
  12. if(a>1000) {
  13.  
  14. if(a>1000000) {
  15. cout<<"ty millioner";
  16. }
  17. if(a<1000001)
  18. cout<<"ty norm";
  19. }
  20.  
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement