Write a complete program that declares an integer variable, reads a value from the keyboard into that variable, and writes to st
andard output the variable's value, twice the value, and the square of the value, separated by spaces. besides the numbers, nothing else should be written to standard output except for spaces separating the values.
The programming language to use here is not stated, so standard output is not clear. A solution using text boxes for input and output can be given in Delphi: