I want to get a Number Using "Input" Command In Mathematica and Put it in a Variable.But When I Use This Command And Enter a Number,It Returns "Null".Here's the Code:
In[1]:= var = Input["Please Enter an Integer"];
Sqr = var^2
Out[2]:= Null^2