Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. int a[10];
  8. int b=0;
  9. int c=0;
  10. int w=0;
  11. while(b<10){
  12. cout << "vedi chislo"<< endl;
  13. cin >>a[10];
  14. b++;
  15.  
  16.  
  17. }
  18. cout << "a teper vvedi svou shkolu";
  19. cin >> c;
  20. while (b<10);
  21. cout << "ya znay etu shkolu";
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement