Advertisement
Guest User

Untitled

a guest
Oct 10th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Programowanie w C++
  2. My nick
  3. What is the score of 2*2?
  4. 0
  5. 1
  6. 4
  7. 2
  8. c
  9. Wstrzymanie wykonania programu na czas 2 sekund uzyskasz instrukcja:
  10. Wait(2000)
  11. Stop(2000)
  12. Delay(2000)
  13. Sleep(2000)
  14. d
  15. Ktora deklaracja jest zapisana poprawnie?
  16. int x;
  17. integer x;
  18. x:integer;
  19. x=integer;
  20. a
  21. Z jakiego przedzialu zostanie wylosowana liczba: rand()%10+2
  22. 0..9
  23. 2..9
  24. 2..11
  25. 0..11
  26. c
  27. Ile razy wykona sie petla: for (int i=4; i>=-2; i--)
  28. ani razu
  29. nieskonczenie wiele razy
  30. 6
  31. 7
  32. d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement