Advertisement
Guest User

jedi govna

a guest
Sep 25th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6.  
  7. namespace cas4
  8. {
  9. class Program
  10. {
  11. static void Main(string[] args)
  12. {
  13. int izbor;
  14. doube a, b, c;
  15. }
  16. static double obim(double r)
  17. {
  18. o = 2 * r * Math.PI;
  19. return o;
  20. }
  21. static double obim(double a, double b)
  22. {
  23. double o, c;
  24. c = Math.Sqrt(a * a + b * b)
  25. o = a + b + c;
  26. return o;
  27. }
  28. static double obim(double a, double b, double c)
  29. {
  30. o = a + b + c;
  31. }
  32. static double povrsina(double a, double b)
  33. {
  34. double p;
  35. p = (a * b) / 2;
  36. return p;
  37. }
  38. static double povrsina(double a, double b, double c)
  39. {
  40. double p, s;
  41. s=obim(a,b,c)
  42. }
  43. }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement