Advertisement
Alelluja

Untitled

Jan 19th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.49 KB | None | 0 0
  1.     case 4:
  2.     {
  3.                 cout<<"Podaj kwote: "<<endl;
  4.                 cin>>kwotaLokaty;
  5.  
  6.                 pieniadzeNaKoncie += kwotaLokaty;
  7.  
  8.                 srand(time(NULL));
  9.                 czas = rand()%100+1;
  10.  
  11.                 czasNaSplacenie = kwota * czas;
  12.  
  13.                 cout<<"Twoj czas na splacenie kredytu wynosi: "<< czasNaSplacenie <<endl;
  14.                 cout<<"Twoja suma pieniedzy na koncie wynosi: "<< pieniadzeNaKoncie <<endl;
  15.  
  16.                 break;
  17.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement