Aggrodin

Square of 12345

Apr 16th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.18 KB | None | 0 0
  1. using System;
  2. namespace SquareNumber
  3. {
  4.     class SquareNumber
  5.     {
  6.         static void Main()
  7.         {
  8.             Console.WriteLine(Math.Sqrt(12345));
  9.         }
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment