PROBLEM LINK:
Author: Suraj Kumar
Editorialist: Suraj Kumar
DIFFICULTY:
VERY-EASY
PREREQUISITES:
Basic Programming
PROBLEM:
You are given a single integer N and you need to print the
square of N.
QUICK EXPLANATION:
Simply print N*N on a new line.
AUTHOR’S AND TESTER’S SOLUTIONS:
Author’s solution can be found here.