+ 1. Plot the graph of f[x] = x^2 on [-10,10].

Input := 

f[x_] = x^2;
Plot[f[x], {x,-10,10}]
Output =

-Graphics-