Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1.  
  2. class Program
  3. {
  4. static void Main(string[] args)
  5. {
  6. double wynik;
  7.  
  8. wynik = Math.PI * Math.PI;
  9. Console.WriteLine("pierwiastek Kwadratowy z liczby PI wynosi: {0;#.#####}", wynik);
  10. Console.ReadKey();
  11.  
  12.  
  13.  
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement