Square. Write a program that takes a number and print its square.
Input |
Output |
5 |
25 |
6 |
36 |
2 |
4 |
1 |
1 |
10 |
100 |
9 |
81 |
7 |
49 |
200 |
40000 |
Python, Java
Square. Write a program that takes a number and print its square.
Input |
Output |
5 |
25 |
6 |
36 |
2 |
4 |
1 |
1 |
10 |
100 |
9 |
81 |
7 |
49 |
200 |
40000 |