(Solved): code c++ Description: Given an integer \( N \), compute the square of \( N \). Program Input: A sing ...
code c++
Description: Given an integer \( N \), compute the square of \( N \). Program Input: A single line that contains the integer \( N \) Program Output: A single line that contains the square of integer \( N \) Sample Testcase 0: Input: 5 Output: 25 Sample Testcase 1: Input: 1 Output: 1