Y=2x(xlt;-1) y=0(-1lt;=Xlt;=1) Y=-2X(Xgt;1) Cómo programar esta ecuación
#includelt;iostream.hgt;
void main()
{
float x, y;
coutlt;lt;"Ingrese un número: "lt;lt;endllt;lt;"x=";
cingt;gt;x;
if(xlt;- 1)
coutlt;lt;"y=2x="lt;lt;2*xlt;lt;endl;
else
if(xgt; =-1amp;amp;xlt;=1)
coutlt;lt;"y=0"lt;lt;endl;
else
coutlt; lt; "y=-2x" lt; lt; -2*lt;