Write a complete program that declares an integer variable, reads a value from the keyboard into that variable, and writes a single line to standard output consisting of the variable's value, twice the value, and the square of the value, separated by single spaces. Besides the numbers, nothing else should be in the line written to standard output except for the spaces separating the values.