Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Program X;
  2. int a;
  3. float b;
  4. string c;
  5. fun B(float q, int p)
  6. begin
  7. int q;
  8. float p;
  9. string f;
  10. while (2 + 3)
  11. begin
  12. a = 1 * 2;
  13. end
  14. while (2 + 3)
  15. begin
  16. a = 1 * 2;
  17. end
  18. call B(q, p)
  19. end
  20. fun C(float q, int p)
  21. begin
  22. int d;
  23. float e;
  24. string f;
  25. while (2 + 3)
  26. begin
  27. a = 1 * 2;
  28. end
  29. call C(q, p)
  30. end
  31. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement