Write a complete program that declares an integer variable, reads a value from the keyboard into that variable, and writes to st
andard output a single line containing the square of the variable's value. Besides the line and the number it contains, nothing else should be written to standard output.