Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- class SquareOfNumber
- {
- static void Main()
- {
- Console.WriteLine("The square of number 12345 is: " + 12345*12345);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement