My issue
Learning course: Learn Advance Java
Problem Link: CodeChef: Practical coding for everyone
First of all, you will scan the input. To scan, the scanner will be used.
Then a variable will be assigned to the input.
And at last, its sqaure will be displayed as output using System.out.print.
Hope it helps.