Guest User

Untitled

a guest
Jun 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. main ()
  2. {
  3. int cena;
  4. int vsota;
  5. int ste=0;
  6. int a=2;
  7. int b=0;
  8. int c=2;
  9. float d=0;
  10. //cin>>cena;
  11.  
  12. //while(vsota !=cena)
  13. while(ste !=500)
  14. {
  15. d=a*c;
  16. cout<<d<<"\n";
  17. ste++;
  18. d=d*c;
  19. }
  20.  
  21.  
  22.  
  23.  
  24. system("pause");
  25. return 0;
  26.  
  27.  
  28. }
Add Comment
Please, Sign In to add comment